Html Css Color HEX #2DC927 Lime Green

📋 copy color: '#2DC927'

red 45 ◦ green 201 ◦ blue 39

#2DC927
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2DC927

Tints of Lime Green #2DC927

RGB

 RED value IS 45 (17.97% from 255) = 15.79%

 GREEN value IS 201 (78.91% from 255) = 70.53%

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 15.79%
G = 70.53%
B = 13.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2DC927 (or 0x2DC927) is known color: Lime Green. HEX triplet: 2D, C9 and 27. RGB value is (45,201,39). Sum of RGB (Red+Green+Blue) = 45+201+39=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 201 (78.91% from 255 or 70.53% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC927 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC927 is #D236D8. Grayscale: #888888. Windows color (decimal): -13776601 or 2607405. OLE color: 2607405.

HSL color Cylindrical-coordinate representation of color #2DC927: hue angle of 117.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DC927 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 201 39 -
CMYK 0.78 0 0.81 0.21
HSL 117.78º 0.68% 0.47% -
HSV(B) 117.78º 0.81% 0.79% -
XYZ 22.34 42.48 8.94 -
YUV 135.89 73.32 63.17 -
System Red Green Blue C M Y K H S L
Decimal 45 201 39 0.78 0 0.81 0.21 117.78 0.68 0.47
Hex 2D C9 27 4E 0 51 15 76 44 2F
Octal 55 311 47 116 0 121 25 166 104 57
Binary 101101 11001001 100111 1001110 0 1010001 10101 1110110 1000100 101111

Color Harmonies of #2DC927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC927

Black with #2DC927

Text Example


Text Example

White with #2DC927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DC927; }

 p { color: rgb(45,201,39); }

 H1.HeaderClassName
 {
   color: #2DC927;
 }
 .AnyTagClassName
 {
   color: #2DC927;
 }
</style>

background-color css

<style>
 a { background-color: #2DC927; }

 a { background-color: rgb(45,201,39); }

 div.DivClassName
 {
   background-color: #2DC927;
 }
 .BgClassName
 {
   background-color: #2DC927;
 }
</style>

border-color css

<style>
 span { border-color: #2DC927; }

 span { border-color: rgb(45,201,39); }

 td.TdClassName
 {
   border-color: #2DC927;
 }
 .TagClassName
 {
   border-color: #2DC927;
 }
</style>