#2DBE21

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

Shades of Lime Green #2DBE21

Tints of Lime Green #2DBE21

Color information

#2DBE21 (or 0x2DBE21) is unknown color: approx Lime Green. HEX triplet: 2D, BE and 21. RGB value is (45,190,33). Sum of RGB (Red+Green+Blue) = 45+190+33=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 190 (74.61% from 255 or 70.90% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE21 is #D241DE. Grayscale: #818181. Windows color (decimal): -13779423 or 2211373. OLE color: 2211373.

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

Color convert

RGB4519033-
CMYK0.7600.830.25
HSL115.41º70.4%43.73%-
HSV(B)115.41º82.63%74.51%-
XYZ19.7737.497.63-
YUV128.7573.9668.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.79%
GREEN value IS 190 (74.61% from 255) = 70.90%
BLUE value IS 33 (13.28% from 255) = 12.31%
R=16.79%
G=70.90%
B=12.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45190330.7600.830.25115.4170.443.73
Hex2DBE214C0531973462c
Octal552764111401233116310654
Binary101101101111101000011001100010100111100111100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,190,33); }

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

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

 a { background-color: rgb(45,190,33); }

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

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

 span { border-color: rgb(45,190,33); }

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