Html Css Color HEX #20CA38 Lime Green

📋 copy color: '#20CA38'

red 32 ◦ green 202 ◦ blue 56

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

Shades of Lime Green #20CA38

Tints of Lime Green #20CA38

RGB

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

 GREEN value IS 202 (79.3% from 255) = 69.66%

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

R = 11.03%
G = 69.66%
B = 19.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#20CA38 (or 0x20CA38) is known color: Lime Green. HEX triplet: 20, CA and 38. RGB value is (32,202,56). Sum of RGB (Red+Green+Blue) = 32+202+56=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 202 (79.30% from 255 or 69.66% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA38 is #DF35C7. Grayscale: #868686. Windows color (decimal): -14628296 or 3721760. OLE color: 3721760.

HSL color Cylindrical-coordinate representation of color #20CA38: hue angle of 128.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA38 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 202 56 -
CMYK 0.84 0 0.72 0.21
HSL 128.47º 0.73% 0.46% -
HSV(B) 128.47º 0.84% 0.79% -
XYZ 22.43 42.83 10.83 -
YUV 134.53 83.68 54.87 -
System Red Green Blue C M Y K H S L
Decimal 32 202 56 0.84 0 0.72 0.21 128.47 0.73 0.46
Hex 20 CA 38 54 0 48 15 80 49 2E
Octal 40 312 70 124 0 110 25 200 111 56
Binary 100000 11001010 111000 1010100 0 1001000 10101 10000000 1001001 101110

Color Harmonies of #20CA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA38

Black with #20CA38

Text Example


Text Example

White with #20CA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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