Html Css Color HEX #2DBB26 Lime Green

📋 copy color: '#2DBB26'

red 45 ◦ green 187 ◦ blue 38

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

Shades of Lime Green #2DBB26

Tints of Lime Green #2DBB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 16.67%
G = 69.26%
B = 14.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#2DBB26 (or 0x2DBB26) is known color: Lime Green. HEX triplet: 2D, BB and 26. RGB value is (45,187,38). Sum of RGB (Red+Green+Blue) = 45+187+38=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 187 (73.44% from 255 or 69.26% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBB26 is #D244D9. Grayscale: #808080. Windows color (decimal): -13780186 or 2538285. OLE color: 2538285.

HSL color Cylindrical-coordinate representation of color #2DBB26: hue angle of 117.18º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBB26 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 187 38 -
CMYK 0.76 0 0.80 0.27
HSL 117.18º 0.66% 0.44% -
HSV(B) 117.18º 0.8% 0.73% -
XYZ 19.2 36.24 7.82 -
YUV 127.56 77.46 69.12 -
System Red Green Blue C M Y K H S L
Decimal 45 187 38 0.76 0 0.80 0.27 117.18 0.66 0.44
Hex 2D BB 26 4C 0 50 1B 75 42 2C
Octal 55 273 46 114 0 120 33 165 102 54
Binary 101101 10111011 100110 1001100 0 1010000 11011 1110101 1000010 101100

Color Harmonies of #2DBB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBB26

Black with #2DBB26

Text Example


Text Example

White with #2DBB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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