Html Css Color HEX #21CF06 Lime Green

📋 copy color: '#21CF06'

red 33 ◦ green 207 ◦ blue 6

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

Shades of Lime Green #21CF06

Tints of Lime Green #21CF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 13.41%
G = 84.15%
B = 2.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#21CF06 (or 0x21CF06) is known color: Lime Green. HEX triplet: 21, CF and 06. RGB value is (33,207,6). Sum of RGB (Red+Green+Blue) = 33+207+6=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 207 (81.25% from 255 or 84.15% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CF06 is #DE30F9. Grayscale: #848484. Windows color (decimal): -14561530 or 446241. OLE color: 446241.

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

Color convert

RGB 33 207 6 -
CMYK 0.84 0 0.97 0.19
HSL 111.94º 0.94% 0.42% -
HSV(B) 111.94º 0.97% 0.81% -
XYZ 22.97 44.96 7.64 -
YUV 132.06 56.85 57.34 -
System Red Green Blue C M Y K H S L
Decimal 33 207 6 0.84 0 0.97 0.19 111.94 0.94 0.42
Hex 21 CF 6 54 0 61 13 70 5E 2A
Octal 41 317 6 124 0 141 23 160 136 52
Binary 100001 11001111 110 1010100 0 1100001 10011 1110000 1011110 101010

Color Harmonies of #21CF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF06

Black with #21CF06

Text Example


Text Example

White with #21CF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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