Html Css Color HEX #20B427 Lime Green

📋 copy color: '#20B427'

red 32 ◦ green 180 ◦ blue 39

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

Shades of Lime Green #20B427

Tints of Lime Green #20B427

RGB

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

 GREEN value IS 180 (70.7% from 255) = 71.71%

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

R = 12.75%
G = 71.71%
B = 15.54%

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

#20B427 (or 0x20B427) is known color: Lime Green. HEX triplet: 20, B4 and 27. RGB value is (32,180,39). Sum of RGB (Red+Green+Blue) = 32+180+39=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 180 (70.70% from 255 or 71.71% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 180 - color contains mainly: green. Hex color #20B427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B427 is #DF4BD8. Grayscale: #787878. Windows color (decimal): -14633945 or 2602016. OLE color: 2602016.

HSL color Cylindrical-coordinate representation of color #20B427: hue angle of 122.84º 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 #20B427 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 180 39 -
CMYK 0.82 0 0.78 0.29
HSL 122.84º 0.7% 0.42% -
HSV(B) 122.84º 0.82% 0.71% -
XYZ 17.28 33.1 7.4 -
YUV 119.67 82.47 65.46 -
System Red Green Blue C M Y K H S L
Decimal 32 180 39 0.82 0 0.78 0.29 122.84 0.7 0.42
Hex 20 B4 27 52 0 4E 1D 7B 46 2A
Octal 40 264 47 122 0 116 35 173 106 52
Binary 100000 10110100 100111 1010010 0 1001110 11101 1111011 1000110 101010

Color Harmonies of #20B427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B427

Black with #20B427

Text Example


Text Example

White with #20B427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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