#2DBF26

Color #2DBF26 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2DBF26

Tints of Lime Green #2DBF26

Color information

#2DBF26 (or 0x2DBF26) is unknown color: approx Lime Green. HEX triplet: 2D, BF and 26. RGB value is (45,191,38). Sum of RGB (Red+Green+Blue) = 45+191+38=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF26 is #D240D9. Grayscale: #828282. Windows color (decimal): -13779162 or 2539309. OLE color: 2539309.

HSL color Cylindrical-coordinate representation of color #2DBF26: hue angle of 117.25º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBF26 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB4519138-
CMYK0.7600.800.25
HSL117.25º66.81%44.9%-
HSV(B)117.25º80.1%74.9%-
XYZ20.0637.968.1-
YUV129.976.1367.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.42%
GREEN value IS 191 (75% from 255) = 69.71%
BLUE value IS 38 (15.23% from 255) = 13.87%
R=16.42%
G=69.71%
B=13.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45191380.7600.800.25117.2566.8144.9
Hex2DBF264C0501975432d
Octal552774611401203116510355
Binary101101101111111001101001100010100001100111101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DBF26;
 }
 .AnyTagClassName
 {
   color: #2DBF26;
 }
</style>
background-color css

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

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

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

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

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

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