Html Css Color HEX #21C71C Lime Green

📋 copy color: '#21C71C'

red 33 ◦ green 199 ◦ blue 28

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

Shades of Lime Green #21C71C

Tints of Lime Green #21C71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 76.54%

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 12.69%
G = 76.54%
B = 10.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#21C71C (or 0x21C71C) is known color: Lime Green. HEX triplet: 21, C7 and 1C. RGB value is (33,199,28). Sum of RGB (Red+Green+Blue) = 33+199+28=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 199 (78.12% from 255 or 76.54% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 199 - color contains mainly: green. Hex color #21C71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C71C is #DE38E3. Grayscale: #828282. Windows color (decimal): -14563556 or 1885985. OLE color: 1885985.

HSL color Cylindrical-coordinate representation of color #21C71C: hue angle of 118.25º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C71C is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 199 28 -
CMYK 0.83 0 0.86 0.22
HSL 118.25º 0.75% 0.45% -
HSV(B) 118.25º 0.86% 0.78% -
XYZ 21.26 41.25 7.94 -
YUV 129.87 70.5 58.9 -
System Red Green Blue C M Y K H S L
Decimal 33 199 28 0.83 0 0.86 0.22 118.25 0.75 0.45
Hex 21 C7 1C 53 0 56 16 76 4B 2D
Octal 41 307 34 123 0 126 26 166 113 55
Binary 100001 11000111 11100 1010011 0 1010110 10110 1110110 1001011 101101

Color Harmonies of #21C71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C71C

Black with #21C71C

Text Example


Text Example

White with #21C71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,199,28); }

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

background-color css

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

 a { background-color: rgb(33,199,28); }

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

border-color css

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

 span { border-color: rgb(33,199,28); }

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