Html Css Color HEX #20C138 Lime Green

📋 copy color: '#20C138'

red 32 ◦ green 193 ◦ blue 56

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

Shades of Lime Green #20C138

Tints of Lime Green #20C138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 11.39%
G = 68.68%
B = 19.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#20C138 (or 0x20C138) is known color: Lime Green. HEX triplet: 20, C1 and 38. RGB value is (32,193,56). Sum of RGB (Red+Green+Blue) = 32+193+56=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #20C138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C138 is #DF3EC7. Grayscale: #818181. Windows color (decimal): -14630600 or 3719456. OLE color: 3719456.

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

Color convert

RGB 32 193 56 -
CMYK 0.83 0 0.71 0.24
HSL 128.94º 0.72% 0.44% -
HSV(B) 128.94º 0.83% 0.76% -
XYZ 20.38 38.73 10.14 -
YUV 129.24 86.66 58.64 -
System Red Green Blue C M Y K H S L
Decimal 32 193 56 0.83 0 0.71 0.24 128.94 0.72 0.44
Hex 20 C1 38 53 0 47 18 81 48 2C
Octal 40 301 70 123 0 107 30 201 110 54
Binary 100000 11000001 111000 1010011 0 1000111 11000 10000001 1001000 101100

Color Harmonies of #20C138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C138

Black with #20C138

Text Example


Text Example

White with #20C138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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