#20B630

Color #20B630 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20B630

Tints of Lime Green #20B630

Color information

#20B630 (or 0x20B630) is unknown color: approx Lime Green. HEX triplet: 20, B6 and 30. RGB value is (32,182,48). Sum of RGB (Red+Green+Blue) = 32+182+48=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 182 (71.48% from 255 or 69.47% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 182 - color contains mainly: green. Hex color #20B630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B630 is #DF49CF. Grayscale: #7A7A7A. Windows color (decimal): -14633424 or 3192352. OLE color: 3192352.

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

Color convert

RGB3218248-
CMYK0.8200.740.29
HSL126.4º70.09%41.96%-
HSV(B)126.4º82.42%71.37%-
XYZ17.8633.988.41-
YUV121.8786.363.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 182 (71.48% from 255) = 69.47%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=12.21%
G=69.47%
B=18.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32182480.8200.740.29126.470.0941.96
Hex20B6305204A1D7e462a
Octal402666012201123517610652
Binary100000101101101100001010010010010101110111111101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,182,48); }

 H1.HeaderClassName
 {
   color: #20B630;
 }
 .AnyTagClassName
 {
   color: #20B630;
 }
</style>
background-color css

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

 a { background-color: rgb(32,182,48); }

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

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

 span { border-color: rgb(32,182,48); }

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