Html Css Color HEX #2DBB28 Lime Green

📋 copy color: '#2DBB28'

red 45 ◦ green 187 ◦ blue 40

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

Shades of Lime Green #2DBB28

Tints of Lime Green #2DBB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 68.75%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 16.54%
G = 68.75%
B = 14.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#2DBB28 (or 0x2DBB28) is known color: Lime Green. HEX triplet: 2D, BB and 28. RGB value is (45,187,40). Sum of RGB (Red+Green+Blue) = 45+187+40=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 187 (73.44% from 255 or 68.75% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBB28 is #D244D7. Grayscale: #808080. Windows color (decimal): -13780184 or 2669357. OLE color: 2669357.

HSL color Cylindrical-coordinate representation of color #2DBB28: hue angle of 117.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DBB28 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 187 40 -
CMYK 0.76 0 0.79 0.27
HSL 117.96º 0.65% 0.45% -
HSV(B) 117.96º 0.79% 0.73% -
XYZ 19.24 36.25 7.99 -
YUV 127.78 78.46 68.95 -
System Red Green Blue C M Y K H S L
Decimal 45 187 40 0.76 0 0.79 0.27 117.96 0.65 0.45
Hex 2D BB 28 4C 0 4F 1B 76 41 2D
Octal 55 273 50 114 0 117 33 166 101 55
Binary 101101 10111011 101000 1001100 0 1001111 11011 1110110 1000001 101101

Color Harmonies of #2DBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBB28

Black with #2DBB28

Text Example


Text Example

White with #2DBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,187,40); }

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

background-color css

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

 a { background-color: rgb(45,187,40); }

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

border-color css

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

 span { border-color: rgb(45,187,40); }

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