Html Css Color HEX #21CF04 Lime Green

📋 copy color: '#21CF04'

red 33 ◦ green 207 ◦ blue 4

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

Shades of Lime Green #21CF04

Tints of Lime Green #21CF04

RGB

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

 GREEN value IS 207 (81.25% from 255) = 84.84%

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

R = 13.52%
G = 84.84%
B = 1.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#21CF04 (or 0x21CF04) is known color: Lime Green. HEX triplet: 21, CF and 04. RGB value is (33,207,4). Sum of RGB (Red+Green+Blue) = 33+207+4=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 207 (81.25% from 255 or 84.84% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CF04 is #DE30FB. Grayscale: #848484. Windows color (decimal): -14561532 or 315169. OLE color: 315169.

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

Color convert

RGB 33 207 4 -
CMYK 0.84 0 0.98 0.19
HSL 111.43º 0.96% 0.41% -
HSV(B) 111.43º 0.98% 0.81% -
XYZ 22.96 44.96 7.58 -
YUV 131.83 55.85 57.51 -
System Red Green Blue C M Y K H S L
Decimal 33 207 4 0.84 0 0.98 0.19 111.43 0.96 0.41
Hex 21 CF 4 54 0 62 13 6F 60 29
Octal 41 317 4 124 0 142 23 157 140 51
Binary 100001 11001111 100 1010100 0 1100010 10011 1101111 1100000 101001

Color Harmonies of #21CF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF04

Black with #21CF04

Text Example


Text Example

White with #21CF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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