Html Css Color HEX #21CA04 Lime Green

📋 copy color: '#21CA04'

red 33 ◦ green 202 ◦ blue 4

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

Shades of Lime Green #21CA04

Tints of Lime Green #21CA04

RGB

 RED value IS 33 (13.28% from 255) = 13.81%

 GREEN value IS 202 (79.3% from 255) = 84.52%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 13.81%
G = 84.52%
B = 1.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#21CA04 (or 0x21CA04) is known color: Lime Green. HEX triplet: 21, CA and 04. RGB value is (33,202,4). Sum of RGB (Red+Green+Blue) = 33+202+4=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 202 (79.30% from 255 or 84.52% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CA04 is #DE35FB. Grayscale: #818181. Windows color (decimal): -14562812 or 313889. OLE color: 313889.

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

Color convert

RGB 33 202 4 -
CMYK 0.84 0 0.98 0.21
HSL 111.21º 0.96% 0.4% -
HSV(B) 111.21º 0.98% 0.79% -
XYZ 21.77 42.57 7.18 -
YUV 128.9 57.51 59.6 -
System Red Green Blue C M Y K H S L
Decimal 33 202 4 0.84 0 0.98 0.21 111.21 0.96 0.4
Hex 21 CA 4 54 0 62 15 6F 60 28
Octal 41 312 4 124 0 142 25 157 140 50
Binary 100001 11001010 100 1010100 0 1100010 10101 1101111 1100000 101000

Color Harmonies of #21CA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA04

Black with #21CA04

Text Example


Text Example

White with #21CA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21CA04;
 }
 .AnyTagClassName
 {
   color: #21CA04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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