Html Css Color HEX #20E527 Lime Green

📋 copy color: '#20E527'

red 32 ◦ green 229 ◦ blue 39

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

Shades of Lime Green #20E527

Tints of Lime Green #20E527

RGB

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

 GREEN value IS 229 (89.84% from 255) = 76.33%

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

R = 10.67%
G = 76.33%
B = 13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#20E527 (or 0x20E527) is known color: Lime Green. HEX triplet: 20, E5 and 27. RGB value is (32,229,39). Sum of RGB (Red+Green+Blue) = 32+229+39=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 229 (89.84% from 255 or 76.33% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 229 - color contains mainly: green. Hex color #20E527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E527 is #DF1AD8. Grayscale: #949494. Windows color (decimal): -14621401 or 2614560. OLE color: 2614560.

HSL color Cylindrical-coordinate representation of color #20E527: hue angle of 122.13º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E527 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 229 39 -
CMYK 0.86 0 0.83 0.10
HSL 122.13º 0.79% 0.51% -
HSV(B) 122.13º 0.86% 0.9% -
XYZ 28.98 56.49 11.3 -
YUV 148.44 66.23 44.95 -
System Red Green Blue C M Y K H S L
Decimal 32 229 39 0.86 0 0.83 0.10 122.13 0.79 0.51
Hex 20 E5 27 56 0 53 A 7A 4F 33
Octal 40 345 47 126 0 123 12 172 117 63
Binary 100000 11100101 100111 1010110 0 1010011 1010 1111010 1001111 110011

Color Harmonies of #20E527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E527

Black with #20E527

Text Example


Text Example

White with #20E527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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