Html Css Color HEX #20C130 Lime Green

📋 copy color: '#20C130'

red 32 ◦ green 193 ◦ blue 48

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

Shades of Lime Green #20C130

Tints of Lime Green #20C130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 11.72%
G = 70.7%
B = 17.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#20C130 (or 0x20C130) is known color: Lime Green. HEX triplet: 20, C1 and 30. RGB value is (32,193,48). Sum of RGB (Red+Green+Blue) = 32+193+48=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 193 (75.78% from 255 or 70.70% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 193 - color contains mainly: green. Hex color #20C130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C130 is #DF3ECF. Grayscale: #808080. Windows color (decimal): -14630608 or 3195168. OLE color: 3195168.

HSL color Cylindrical-coordinate representation of color #20C130: hue angle of 125.96º 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 #20C130 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 193 48 -
CMYK 0.83 0 0.75 0.24
HSL 125.96º 0.72% 0.44% -
HSV(B) 125.96º 0.83% 0.76% -
XYZ 20.2 38.66 9.19 -
YUV 128.33 82.66 59.29 -
System Red Green Blue C M Y K H S L
Decimal 32 193 48 0.83 0 0.75 0.24 125.96 0.72 0.44
Hex 20 C1 30 53 0 4B 18 7E 48 2C
Octal 40 301 60 123 0 113 30 176 110 54
Binary 100000 11000001 110000 1010011 0 1001011 11000 1111110 1001000 101100

Color Harmonies of #20C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C130

Black with #20C130

Text Example


Text Example

White with #20C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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