Html Css Color HEX #2DCB27 Lime Green

📋 copy color: '#2DCB27'

red 45 ◦ green 203 ◦ blue 39

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

Shades of Lime Green #2DCB27

Tints of Lime Green #2DCB27

RGB

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

 GREEN value IS 203 (79.69% from 255) = 70.73%

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

R = 15.68%
G = 70.73%
B = 13.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#2DCB27 (or 0x2DCB27) is known color: Lime Green. HEX triplet: 2D, CB and 27. RGB value is (45,203,39). Sum of RGB (Red+Green+Blue) = 45+203+39=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 203 (79.69% from 255 or 70.73% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCB27 is #D234D8. Grayscale: #898989. Windows color (decimal): -13776089 or 2607917. OLE color: 2607917.

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

Color convert

RGB 45 203 39 -
CMYK 0.78 0 0.81 0.20
HSL 117.8º 0.68% 0.47% -
HSV(B) 117.8º 0.81% 0.8% -
XYZ 22.8 43.42 9.1 -
YUV 137.06 72.65 62.34 -
System Red Green Blue C M Y K H S L
Decimal 45 203 39 0.78 0 0.81 0.20 117.8 0.68 0.47
Hex 2D CB 27 4E 0 51 14 76 44 2F
Octal 55 313 47 116 0 121 24 166 104 57
Binary 101101 11001011 100111 1001110 0 1010001 10100 1110110 1000100 101111

Color Harmonies of #2DCB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCB27

Black with #2DCB27

Text Example


Text Example

White with #2DCB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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