#2DBF42

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

Shades of Lime Green #2DBF42

Tints of Lime Green #2DBF42

Color information

#2DBF42 (or 0x2DBF42) is unknown color: approx Lime Green. HEX triplet: 2D, BF and 42. RGB value is (45,191,66). Sum of RGB (Red+Green+Blue) = 45+191+66=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF42 is #D240BD. Grayscale: #858585. Windows color (decimal): -13779134 or 4374317. OLE color: 4374317.

HSL color Cylindrical-coordinate representation of color #2DBF42: hue angle of 128.63º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBF42 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB4519166-
CMYK0.7600.650.25
HSL128.63º61.86%46.27%-
HSV(B)128.63º76.44%74.9%-
XYZ20.738.2111.44-
YUV133.190.1365.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.90%
GREEN value IS 191 (75% from 255) = 63.25%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=14.90%
G=63.25%
B=21.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45191660.7600.650.25128.6361.8646.27
Hex2DBF424C04119813e2e
Octal552771021140101312017656
Binary1011011011111110000101001100010000011100110000001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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