#21CD04

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

Shades of Lime Green #21CD04

Tints of Lime Green #21CD04

Color information

#21CD04 (or 0x21CD04) is unknown color: approx Lime Green. HEX triplet: 21, CD and 04. RGB value is (33,205,4). Sum of RGB (Red+Green+Blue) = 33+205+4=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 205 (80.47% from 255 or 84.71% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 205 - color contains mainly: green. Hex color #21CD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CD04 is #DE32FB. Grayscale: #838383. Windows color (decimal): -14562044 or 314657. OLE color: 314657.

HSL color Cylindrical-coordinate representation of color #21CD04: hue angle of 111.34º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21CD04 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB332054-
CMYK0.8400.980.20
HSL111.34º96.17%40.98%-
HSV(B)111.34º98.05%80.39%-
XYZ22.4843.997.42-
YUV130.6656.5258.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 205 (80.47% from 255) = 84.71%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=13.64%
G=84.71%
B=1.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3320540.8400.980.20111.3496.1740.98
Hex21CD454062146f6029
Octal41315412401422415714051
Binary100001110011011001010100011000101010011011111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,205,4); }

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

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

 a { background-color: rgb(33,205,4); }

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

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

 span { border-color: rgb(33,205,4); }

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