Html Css Color HEX #21CE16 Lime Green

📋 copy color: '#21CE16'

red 33 ◦ green 206 ◦ blue 22

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

Shades of Lime Green #21CE16

Tints of Lime Green #21CE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 12.64%
G = 78.93%
B = 8.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#21CE16 (or 0x21CE16) is known color: Lime Green. HEX triplet: 21, CE and 16. RGB value is (33,206,22). Sum of RGB (Red+Green+Blue) = 33+206+22=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 206 (80.86% from 255 or 78.93% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CE16 is #DE31E9. Grayscale: #858585. Windows color (decimal): -14561770 or 1494561. OLE color: 1494561.

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

Color convert

RGB 33 206 22 -
CMYK 0.84 0 0.89 0.19
HSL 116.41º 0.81% 0.45% -
HSV(B) 116.41º 0.89% 0.81% -
XYZ 22.84 44.52 8.15 -
YUV 133.3 65.19 56.46 -
System Red Green Blue C M Y K H S L
Decimal 33 206 22 0.84 0 0.89 0.19 116.41 0.81 0.45
Hex 21 CE 16 54 0 59 13 74 51 2D
Octal 41 316 26 124 0 131 23 164 121 55
Binary 100001 11001110 10110 1010100 0 1011001 10011 1110100 1010001 101101

Color Harmonies of #21CE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CE16

Black with #21CE16

Text Example


Text Example

White with #21CE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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