Html Css Color HEX #21CD04 Lime Green

📋 copy color: '#21CD04'

red 33 ◦ green 205 ◦ blue 4

#21CD04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #21CD04

Tints of Lime Green #21CD04

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 value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#21CD04 (or 0x21CD04) is known color: 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

RGB 33 205 4 -
CMYK 0.84 0 0.98 0.20
HSL 111.34º 0.96% 0.41% -
HSV(B) 111.34º 0.98% 0.8% -
XYZ 22.48 43.99 7.42 -
YUV 130.66 56.52 58.34 -
System Red Green Blue C M Y K H S L
Decimal 33 205 4 0.84 0 0.98 0.20 111.34 0.96 0.41
Hex 21 CD 4 54 0 62 14 6F 60 29
Octal 41 315 4 124 0 142 24 157 140 51
Binary 100001 11001101 100 1010100 0 1100010 10100 1101111 1100000 101001

Color Harmonies of #21CD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CD04

Black with #21CD04

Text Example


Text Example

White with #21CD04

Text Example


Text Example

HTML Codes & Css Web 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>