Html Css Color HEX #21C72A Lime Green

📋 copy color: '#21C72A'

red 33 ◦ green 199 ◦ blue 42

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

Shades of Lime Green #21C72A

Tints of Lime Green #21C72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 12.04%
G = 72.63%
B = 15.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#21C72A (or 0x21C72A) is known color: Lime Green. HEX triplet: 21, C7 and 2A. RGB value is (33,199,42). Sum of RGB (Red+Green+Blue) = 33+199+42=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 199 (78.12% from 255 or 72.63% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 199 - color contains mainly: green. Hex color #21C72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C72A is #DE38D5. Grayscale: #838383. Windows color (decimal): -14563542 or 2803489. OLE color: 2803489.

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

Color convert

RGB 33 199 42 -
CMYK 0.83 0 0.79 0.22
HSL 123.25º 0.72% 0.45% -
HSV(B) 123.25º 0.83% 0.78% -
XYZ 21.47 41.34 9.04 -
YUV 131.47 77.5 57.77 -
System Red Green Blue C M Y K H S L
Decimal 33 199 42 0.83 0 0.79 0.22 123.25 0.72 0.45
Hex 21 C7 2A 53 0 4F 16 7B 48 2D
Octal 41 307 52 123 0 117 26 173 110 55
Binary 100001 11000111 101010 1010011 0 1001111 10110 1111011 1001000 101101

Color Harmonies of #21C72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C72A

Black with #21C72A

Text Example


Text Example

White with #21C72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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