#21E01E

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

Shades of Lime Green #21E01E

Tints of Lime Green #21E01E

Color information

#21E01E (or 0x21E01E) is unknown color: approx Lime Green. HEX triplet: 21, E0 and 1E. RGB value is (33,224,30). Sum of RGB (Red+Green+Blue) = 33+224+30=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 224 (87.89% from 255 or 78.05% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 224 - color contains mainly: green. Hex color #21E01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E01E is #DE1FE1. Grayscale: #919191. Windows color (decimal): -14557154 or 2023457. OLE color: 2023457.

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

Color convert

RGB3322430-
CMYK0.8500.870.12
HSL119.07º76.38%49.8%-
HSV(B)119.07º86.61%87.84%-
XYZ27.5253.7310.15-
YUV144.7763.2248.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 224 (87.89% from 255) = 78.05%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=11.50%
G=78.05%
B=10.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal33224300.8500.870.12119.0776.3849.8
Hex21E01E55057C774c32
Octal413403612501271416711462
Binary1000011110000011110101010101010111110011101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,224,30); }

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

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

 a { background-color: rgb(33,224,30); }

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

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

 span { border-color: rgb(33,224,30); }

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