Html Css Color HEX #81C318 Lima

📋 copy color: '#81C318'

red 129 ◦ green 195 ◦ blue 24

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

Shades of Lima #81C318

Tints of Lima #81C318

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.03%

 BLUE value IS 24 (9.77% from 255) = 6.9%

R = 37.07%
G = 56.03%
B = 6.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#81C318 (or 0x81C318) is known color: Lima. HEX triplet: 81, C3 and 18. RGB value is (129,195,24). Sum of RGB (Red+Green+Blue) = 129+195+24=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #81C318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C318 is #7E3CE7. Grayscale: #9C9C9C. Windows color (decimal): -8273128 or 1622913. OLE color: 1622913.

HSL color Cylindrical-coordinate representation of color #81C318: hue angle of 83.16º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81C318 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 195 24 -
CMYK 0.34 0 0.88 0.24
HSL 83.16º 0.78% 0.43% -
HSV(B) 83.16º 0.88% 0.76% -
XYZ 28.73 43.76 7.8 -
YUV 155.77 53.63 108.9 -
System Red Green Blue C M Y K H S L
Decimal 129 195 24 0.34 0 0.88 0.24 83.16 0.78 0.43
Hex 81 C3 18 22 0 58 18 53 4E 2B
Octal 201 303 30 42 0 130 30 123 116 53
Binary 10000001 11000011 11000 100010 0 1011000 11000 1010011 1001110 101011

Color Harmonies of #81C318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C318

Black with #81C318

Text Example


Text Example

White with #81C318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,195,24); }

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

background-color css

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

 a { background-color: rgb(129,195,24); }

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

border-color css

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

 span { border-color: rgb(129,195,24); }

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