Html Css Color HEX #21CC3E Lime Green

📋 copy color: '#21CC3E'

red 33 ◦ green 204 ◦ blue 62

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

Shades of Lime Green #21CC3E

Tints of Lime Green #21CC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 11.04%
G = 68.23%
B = 20.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#21CC3E (or 0x21CC3E) is known color: Lime Green. HEX triplet: 21, CC and 3E. RGB value is (33,204,62). Sum of RGB (Red+Green+Blue) = 33+204+62=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 204 (80.08% from 255 or 68.23% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC3E is #DE33C1. Grayscale: #898989. Windows color (decimal): -14562242 or 4115489. OLE color: 4115489.

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

Color convert

RGB 33 204 62 -
CMYK 0.84 0 0.70 0.2
HSL 130.18º 0.72% 0.46% -
HSV(B) 130.18º 0.84% 0.8% -
XYZ 23.09 43.86 11.81 -
YUV 136.68 85.85 54.05 -
System Red Green Blue C M Y K H S L
Decimal 33 204 62 0.84 0 0.70 0.2 130.18 0.72 0.46
Hex 21 CC 3E 54 0 46 14 82 48 2E
Octal 41 314 76 124 0 106 24 202 110 56
Binary 100001 11001100 111110 1010100 0 1000110 10100 10000010 1001000 101110

Color Harmonies of #21CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CC3E

Black with #21CC3E

Text Example


Text Example

White with #21CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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