#21E137

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

Shades of Lime Green #21E137

Tints of Lime Green #21E137

Color information

#21E137 (or 0x21E137) is unknown color: approx Lime Green. HEX triplet: 21, E1 and 37. RGB value is (33,225,55). Sum of RGB (Red+Green+Blue) = 33+225+55=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 225 (88.28% from 255 or 71.88% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 225 - color contains mainly: green. Hex color #21E137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E137 is #DE1EC8. Grayscale: #949494. Windows color (decimal): -14556873 or 3662113. OLE color: 3662113.

HSL color Cylindrical-coordinate representation of color #21E137: hue angle of 126.88º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E137 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB3322555-
CMYK0.8500.760.12
HSL126.88º76.19%50.59%-
HSV(B)126.88º85.33%88.24%-
XYZ28.2454.4512.64-
YUV148.2175.3945.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.54%
GREEN value IS 225 (88.28% from 255) = 71.88%
BLUE value IS 55 (21.88% from 255) = 17.57%
R=10.54%
G=71.88%
B=17.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal33225550.8500.760.12126.8876.1950.59
Hex21E1375504CC7f4c33
Octal413416712501141417711463
Binary10000111100001110111101010101001100110011111111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21E137; }

 p { color: rgb(33,225,55); }

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

<style>
 a { background-color: #21E137; }

 a { background-color: rgb(33,225,55); }

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

<style>
 span { border-color: #21E137; }

 span { border-color: rgb(33,225,55); }

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