Html Css Color HEX #20C121 Lime Green

📋 copy color: '#20C121'

red 32 ◦ green 193 ◦ blue 33

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

Shades of Lime Green #20C121

Tints of Lime Green #20C121

RGB

 RED value IS 32 (12.89% from 255) = 12.4%

 GREEN value IS 193 (75.78% from 255) = 74.81%

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 12.4%
G = 74.81%
B = 12.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#20C121 (or 0x20C121) is known color: Lime Green. HEX triplet: 20, C1 and 21. RGB value is (32,193,33). Sum of RGB (Red+Green+Blue) = 32+193+33=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 193 (75.78% from 255 or 74.81% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 193 - color contains mainly: green. Hex color #20C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C121 is #DF3EDE. Grayscale: #7F7F7F. Windows color (decimal): -14630623 or 2212128. OLE color: 2212128.

HSL color Cylindrical-coordinate representation of color #20C121: hue angle of 120.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C121 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 193 33 -
CMYK 0.83 0 0.83 0.24
HSL 120.37º 0.72% 0.44% -
HSV(B) 120.37º 0.83% 0.76% -
XYZ 19.94 38.56 7.83 -
YUV 126.62 75.16 60.51 -
System Red Green Blue C M Y K H S L
Decimal 32 193 33 0.83 0 0.83 0.24 120.37 0.72 0.44
Hex 20 C1 21 53 0 53 18 78 48 2C
Octal 40 301 41 123 0 123 30 170 110 54
Binary 100000 11000001 100001 1010011 0 1010011 11000 1111000 1001000 101100

Color Harmonies of #20C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C121

Black with #20C121

Text Example


Text Example

White with #20C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20C121; }

 p { color: rgb(32,193,33); }

 H1.HeaderClassName
 {
   color: #20C121;
 }
 .AnyTagClassName
 {
   color: #20C121;
 }
</style>

background-color css

<style>
 a { background-color: #20C121; }

 a { background-color: rgb(32,193,33); }

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

border-color css

<style>
 span { border-color: #20C121; }

 span { border-color: rgb(32,193,33); }

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