Html Css Color HEX #21CC2E Lime Green

📋 copy color: '#21CC2E'

red 33 ◦ green 204 ◦ blue 46

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

Shades of Lime Green #21CC2E

Tints of Lime Green #21CC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 11.66%
G = 72.08%
B = 16.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#21CC2E (or 0x21CC2E) is known color: Lime Green. HEX triplet: 21, CC and 2E. RGB value is (33,204,46). Sum of RGB (Red+Green+Blue) = 33+204+46=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 204 (80.08% from 255 or 72.08% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC2E is #DE33D1. Grayscale: #878787. Windows color (decimal): -14562258 or 3066913. OLE color: 3066913.

HSL color Cylindrical-coordinate representation of color #21CC2E: hue angle of 124.56º 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 #21CC2E is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 204 46 -
CMYK 0.84 0 0.77 0.2
HSL 124.56º 0.72% 0.46% -
HSV(B) 124.56º 0.84% 0.8% -
XYZ 22.71 43.71 9.82 -
YUV 134.86 77.85 55.35 -
System Red Green Blue C M Y K H S L
Decimal 33 204 46 0.84 0 0.77 0.2 124.56 0.72 0.46
Hex 21 CC 2E 54 0 4D 14 7D 48 2E
Octal 41 314 56 124 0 115 24 175 110 56
Binary 100001 11001100 101110 1010100 0 1001101 10100 1111101 1001000 101110

Color Harmonies of #21CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CC2E

Black with #21CC2E

Text Example


Text Example

White with #21CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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