Html Css Color HEX #81D00E Lima

📋 copy color: '#81D00E'

red 129 ◦ green 208 ◦ blue 14

#81D00E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #81D00E

Tints of Lima #81D00E

RGB

 RED value IS 129 (50.78% from 255) = 36.75%

 GREEN value IS 208 (81.64% from 255) = 59.26%

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 36.75%
G = 59.26%
B = 3.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#81D00E (or 0x81D00E) is known color: Lima. HEX triplet: 81, D0 and 0E. RGB value is (129,208,14). Sum of RGB (Red+Green+Blue) = 129+208+14=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #81D00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D00E is #7E2FF1. Grayscale: #A2A2A2. Windows color (decimal): -8269810 or 970881. OLE color: 970881.

HSL color Cylindrical-coordinate representation of color #81D00E: hue angle of 84.43º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81D00E is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 208 14 -
CMYK 0.38 0 0.93 0.18
HSL 84.43º 0.87% 0.44% -
HSV(B) 84.43º 0.93% 0.82% -
XYZ 31.69 49.81 8.36 -
YUV 162.26 44.33 104.27 -
System Red Green Blue C M Y K H S L
Decimal 129 208 14 0.38 0 0.93 0.18 84.43 0.87 0.44
Hex 81 D0 E 26 0 5D 12 54 57 2C
Octal 201 320 16 46 0 135 22 124 127 54
Binary 10000001 11010000 1110 100110 0 1011101 10010 1010100 1010111 101100

Color Harmonies of #81D00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D00E

Black with #81D00E

Text Example


Text Example

White with #81D00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,208,14); }

 H1.HeaderClassName
 {
   color: #81D00E;
 }
 .AnyTagClassName
 {
   color: #81D00E;
 }
</style>

background-color css

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

 a { background-color: rgb(129,208,14); }

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

border-color css

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

 span { border-color: rgb(129,208,14); }

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