#81CA1E

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

Shades of Lima #81CA1E

Tints of Lima #81CA1E

Color information

#81CA1E (or 0x81CA1E) is unknown color: approx Lima. HEX triplet: 81, CA and 1E. RGB value is (129,202,30). Sum of RGB (Red+Green+Blue) = 129+202+30=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CA1E is #7E35E1. Grayscale: #A1A1A1. Windows color (decimal): -8271330 or 2017921. OLE color: 2017921.

HSL color Cylindrical-coordinate representation of color #81CA1E: hue angle of 85.47º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81CA1E is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB12920230-
CMYK0.3600.850.21
HSL85.47º74.14%45.49%-
HSV(B)85.47º85.15%79.22%-
XYZ30.41478.7-
YUV160.5654.32105.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 202 (79.30% from 255) = 55.96%
BLUE value IS 30 (12.11% from 255) = 8.31%
R=35.73%
G=55.96%
B=8.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129202300.3600.850.2185.4774.1445.49
Hex81CA1E2405515554a2d
Octal201312364401252512511255
Binary100000011100101011110100100010101011010110101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,202,30); }

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

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

 a { background-color: rgb(129,202,30); }

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

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

 span { border-color: rgb(129,202,30); }

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