Html Css Color HEX #21CE05 Lime Green

📋 copy color: '#21CE05'

red 33 ◦ green 206 ◦ blue 5

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

Shades of Lime Green #21CE05

Tints of Lime Green #21CE05

RGB

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

 GREEN value IS 206 (80.86% from 255) = 84.43%

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 13.52%
G = 84.43%
B = 2.05%

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

#21CE05 (or 0x21CE05) is known color: Lime Green. HEX triplet: 21, CE and 05. RGB value is (33,206,5). Sum of RGB (Red+Green+Blue) = 33+206+5=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 206 (80.86% from 255 or 84.43% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CE05 is #DE31FA. Grayscale: #838383. Windows color (decimal): -14561787 or 380449. OLE color: 380449.

HSL color Cylindrical-coordinate representation of color #21CE05: hue angle of 111.64º degrees, saturation: 0.95, 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 #21CE05 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 206 5 -
CMYK 0.84 0 0.98 0.19
HSL 111.64º 0.95% 0.41% -
HSV(B) 111.64º 0.98% 0.81% -
XYZ 22.73 44.48 7.53 -
YUV 131.36 56.69 57.84 -
System Red Green Blue C M Y K H S L
Decimal 33 206 5 0.84 0 0.98 0.19 111.64 0.95 0.41
Hex 21 CE 5 54 0 62 13 70 5F 29
Octal 41 316 5 124 0 142 23 160 137 51
Binary 100001 11001110 101 1010100 0 1100010 10011 1110000 1011111 101001

Color Harmonies of #21CE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CE05

Black with #21CE05

Text Example


Text Example

White with #21CE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,206,5); }

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

background-color css

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

 a { background-color: rgb(33,206,5); }

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

border-color css

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

 span { border-color: rgb(33,206,5); }

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