#81C02D

Color #81C02D Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #81C02D

Tints of Lima #81C02D

Color information

#81C02D (or 0x81C02D) is unknown color: approx Lima. HEX triplet: 81, C0 and 2D. RGB value is (129,192,45). Sum of RGB (Red+Green+Blue) = 129+192+45=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #81C02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C02D is #7E3FD2. Grayscale: #9C9C9C. Windows color (decimal): -8273875 or 2998401. OLE color: 2998401.

HSL color Cylindrical-coordinate representation of color #81C02D: hue angle of 85.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81C02D is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB12919245-
CMYK0.3300.770.25
HSL85.71º62.03%46.47%-
HSV(B)85.71º76.56%75.29%-
XYZ28.3842.569.2-
YUV156.465.13108.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 192 (75.39% from 255) = 52.46%
BLUE value IS 45 (17.97% from 255) = 12.30%
R=35.25%
G=52.46%
B=12.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129192450.3300.770.2585.7162.0346.47
Hex81C02D2104D19563e2e
Octal20130055410115311267656
Binary100000011100000010110110000101001101110011010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81C02D; }

 p { color: rgb(129,192,45); }

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

<style>
 a { background-color: #81C02D; }

 a { background-color: rgb(129,192,45); }

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

<style>
 span { border-color: #81C02D; }

 span { border-color: rgb(129,192,45); }

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