#20C230

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

Shades of Lime Green #20C230

Tints of Lime Green #20C230

Color information

#20C230 (or 0x20C230) is unknown color: approx Lime Green. HEX triplet: 20, C2 and 30. RGB value is (32,194,48). Sum of RGB (Red+Green+Blue) = 32+194+48=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 194 (76.17% from 255 or 70.80% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 194 - color contains mainly: green. Hex color #20C230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C230 is #DF3DCF. Grayscale: #818181. Windows color (decimal): -14630352 or 3195424. OLE color: 3195424.

HSL color Cylindrical-coordinate representation of color #20C230: hue angle of 125.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C230 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB3219448-
CMYK0.8400.750.24
HSL125.93º71.68%44.31%-
HSV(B)125.93º83.51%76.08%-
XYZ20.4239.19.27-
YUV128.9282.3358.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 194 (76.17% from 255) = 70.80%
BLUE value IS 48 (19.14% from 255) = 17.52%
R=11.68%
G=70.80%
B=17.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal32194480.8400.750.24125.9371.6844.31
Hex20C2305404B187e482c
Octal403026012401133017611054
Binary100000110000101100001010100010010111100011111101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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