Html Css Color HEX #81CC0C Lima

📋 copy color: '#81CC0C'

red 129 ◦ green 204 ◦ blue 12

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

Shades of Lima #81CC0C

Tints of Lima #81CC0C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.13%

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 37.39%
G = 59.13%
B = 3.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#81CC0C (or 0x81CC0C) is known color: Lima. HEX triplet: 81, CC and 0C. RGB value is (129,204,12). Sum of RGB (Red+Green+Blue) = 129+204+12=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CC0C is #7E33F3. Grayscale: #A0A0A0. Windows color (decimal): -8270836 or 838785. OLE color: 838785.

HSL color Cylindrical-coordinate representation of color #81CC0C: hue angle of 83.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81CC0C is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 204 12 -
CMYK 0.37 0 0.94 0.2
HSL 83.44º 0.89% 0.42% -
HSV(B) 83.44º 0.94% 0.8% -
XYZ 30.71 47.88 7.97 -
YUV 159.69 44.65 106.11 -
System Red Green Blue C M Y K H S L
Decimal 129 204 12 0.37 0 0.94 0.2 83.44 0.89 0.42
Hex 81 CC C 25 0 5E 14 53 59 2A
Octal 201 314 14 45 0 136 24 123 131 52
Binary 10000001 11001100 1100 100101 0 1011110 10100 1010011 1011001 101010

Color Harmonies of #81CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CC0C

Black with #81CC0C

Text Example


Text Example

White with #81CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,204,12); }

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

background-color css

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

 a { background-color: rgb(129,204,12); }

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

border-color css

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

 span { border-color: rgb(129,204,12); }

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