#2DF33B

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

Shades of Lime Green #2DF33B

Tints of Lime Green #2DF33B

Color information

#2DF33B (or 0x2DF33B) is unknown color: approx Lime Green. HEX triplet: 2D, F3 and 3B. RGB value is (45,243,59). Sum of RGB (Red+Green+Blue) = 45+243+59=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 243 (95.31% from 255 or 70.03% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF33B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF33B is #D20CC4. Grayscale: #A3A3A3. Windows color (decimal): -13765829 or 3928877. OLE color: 3928877.

HSL color Cylindrical-coordinate representation of color #2DF33B: hue angle of 124.24º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF33B is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB4524359-
CMYK0.8100.760.05
HSL124.24º89.19%56.47%-
HSV(B)124.24º81.48%95.29%-
XYZ33.9264.9714.89-
YUV162.8269.443.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.97%
GREEN value IS 243 (95.31% from 255) = 70.03%
BLUE value IS 59 (23.44% from 255) = 17.00%
R=12.97%
G=70.03%
B=17.00%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal45243590.8100.760.05124.2489.1956.47
Hex2DF33B5104C57c5938
Octal55363731210114517413170
Binary1011011111001111101110100010100110010111111001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,243,59); }

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

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

 a { background-color: rgb(45,243,59); }

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

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

 span { border-color: rgb(45,243,59); }

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