#2de02b

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

Shades of Lime Green #2DE02B

Tints of Lime Green #2DE02B

Color information

#2DE02B (or 0x2DE02B) is unknown color: approx Lime Green. HEX triplet: 2D, E0 and 2B. RGB value is (45,224,43). Sum of RGB (Red+Green+Blue) = 45+224+43=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE02B is #D21FD4. Grayscale: #969696. Windows color (decimal): -13770709 or 2875437. OLE color: 2875437.

HSL color Cylindrical-coordinate representation of color #2DE02B: hue angle of 119.34º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE02B is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB4522443-
CMYK0.8000.810.12
HSL119.34º74.49%52.35%-
HSV(B)119.34º80.8%87.84%-
XYZ28.1754.0411.23-
YUV149.8467.753.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.42%
GREEN value IS 224 (87.89% from 255) = 71.79%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=14.42%
G=71.79%
B=13.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal45224430.8000.810.12119.3474.4952.35
Hex2DE02B50051C774a34
Octal553405312001211416711264
Binary10110111100000101011101000001010001110011101111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2de02b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,224,43); }

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

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

 a { background-color: rgb(45,224,43); }

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

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

 span { border-color: rgb(45,224,43); }

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