Html Css Color HEX #20B527 Lime Green

📋 copy color: '#20B527'

red 32 ◦ green 181 ◦ blue 39

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

Shades of Lime Green #20B527

Tints of Lime Green #20B527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 71.83%

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

R = 12.7%
G = 71.83%
B = 15.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#20B527 (or 0x20B527) is known color: Lime Green. HEX triplet: 20, B5 and 27. RGB value is (32,181,39). Sum of RGB (Red+Green+Blue) = 32+181+39=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #20B527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B527 is #DF4AD8. Grayscale: #787878. Windows color (decimal): -14633689 or 2602272. OLE color: 2602272.

HSL color Cylindrical-coordinate representation of color #20B527: hue angle of 122.82º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B527 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 181 39 -
CMYK 0.82 0 0.78 0.29
HSL 122.82º 0.7% 0.42% -
HSV(B) 122.82º 0.82% 0.71% -
XYZ 17.49 33.5 7.46 -
YUV 120.26 82.14 65.05 -
System Red Green Blue C M Y K H S L
Decimal 32 181 39 0.82 0 0.78 0.29 122.82 0.7 0.42
Hex 20 B5 27 52 0 4E 1D 7B 46 2A
Octal 40 265 47 122 0 116 35 173 106 52
Binary 100000 10110101 100111 1010010 0 1001110 11101 1111011 1000110 101010

Color Harmonies of #20B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B527

Black with #20B527

Text Example


Text Example

White with #20B527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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