Html Css Color HEX #21CC02 Lime Green

📋 copy color: '#21CC02'

red 33 ◦ green 204 ◦ blue 2

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

Shades of Lime Green #21CC02

Tints of Lime Green #21CC02

RGB

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

 GREEN value IS 204 (80.08% from 255) = 85.36%

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 13.81%
G = 85.36%
B = 0.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#21CC02 (or 0x21CC02) is known color: Lime Green. HEX triplet: 21, CC and 02. RGB value is (33,204,2). Sum of RGB (Red+Green+Blue) = 33+204+2=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 204 (80.08% from 255 or 85.36% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CC02 is #DE33FD. Grayscale: #828282. Windows color (decimal): -14562302 or 183329. OLE color: 183329.

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

Color convert

RGB 33 204 2 -
CMYK 0.84 0 0.99 0.2
HSL 110.79º 0.98% 0.4% -
HSV(B) 110.79º 0.99% 0.8% -
XYZ 22.23 43.51 7.28 -
YUV 129.84 55.85 58.93 -
System Red Green Blue C M Y K H S L
Decimal 33 204 2 0.84 0 0.99 0.2 110.79 0.98 0.4
Hex 21 CC 2 54 0 63 14 6F 62 28
Octal 41 314 2 124 0 143 24 157 142 50
Binary 100001 11001100 10 1010100 0 1100011 10100 1101111 1100010 101000

Color Harmonies of #21CC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CC02

Black with #21CC02

Text Example


Text Example

White with #21CC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,204,2); }

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

background-color css

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

 a { background-color: rgb(33,204,2); }

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

border-color css

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

 span { border-color: rgb(33,204,2); }

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