Html Css Color HEX #20CA27 Lime Green

📋 copy color: '#20CA27'

red 32 ◦ green 202 ◦ blue 39

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

Shades of Lime Green #20CA27

Tints of Lime Green #20CA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 11.72%
G = 73.99%
B = 14.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#20CA27 (or 0x20CA27) is known color: Lime Green. HEX triplet: 20, CA and 27. RGB value is (32,202,39). Sum of RGB (Red+Green+Blue) = 32+202+39=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA27 is #DF35D8. Grayscale: #858585. Windows color (decimal): -14628313 or 2607648. OLE color: 2607648.

HSL color Cylindrical-coordinate representation of color #20CA27: hue angle of 122.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 #20CA27 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 202 39 -
CMYK 0.84 0 0.81 0.21
HSL 122.47º 0.73% 0.46% -
HSV(B) 122.47º 0.84% 0.79% -
XYZ 22.08 42.69 9 -
YUV 132.59 75.18 56.25 -
System Red Green Blue C M Y K H S L
Decimal 32 202 39 0.84 0 0.81 0.21 122.47 0.73 0.46
Hex 20 CA 27 54 0 51 15 7A 49 2E
Octal 40 312 47 124 0 121 25 172 111 56
Binary 100000 11001010 100111 1010100 0 1010001 10101 1111010 1001001 101110

Color Harmonies of #20CA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA27

Black with #20CA27

Text Example


Text Example

White with #20CA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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