#81CB1C

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

Shades of Lima #81CB1C

Tints of Lima #81CB1C

Color information

#81CB1C (or 0x81CB1C) is unknown color: approx Lima. HEX triplet: 81, CB and 1C. RGB value is (129,203,28). Sum of RGB (Red+Green+Blue) = 129+203+28=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CB1C is #7E34E3. Grayscale: #A1A1A1. Windows color (decimal): -8271076 or 1887105. OLE color: 1887105.

HSL color Cylindrical-coordinate representation of color #81CB1C: hue angle of 85.37º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81CB1C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB12920328-
CMYK0.3600.860.20
HSL85.37º75.76%45.29%-
HSV(B)85.37º86.21%79.61%-
XYZ30.6247.468.65-
YUV160.9252.98105.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 203 (79.69% from 255) = 56.39%
BLUE value IS 28 (11.33% from 255) = 7.78%
R=35.83%
G=56.39%
B=7.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129203280.3600.860.2085.3775.7645.29
Hex81CB1C2405614554c2d
Octal201313344401262412511455
Binary100000011100101111100100100010101101010010101011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,203,28); }

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

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

 a { background-color: rgb(129,203,28); }

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

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

 span { border-color: rgb(129,203,28); }

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