Html Css Color HEX #81CA1C Lima

📋 copy color: '#81CA1C'

red 129 ◦ green 202 ◦ blue 28

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

Shades of Lima #81CA1C

Tints of Lima #81CA1C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.27%

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 35.93%
G = 56.27%
B = 7.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#81CA1C (or 0x81CA1C) is known color: Lima. HEX triplet: 81, CA and 1C. RGB value is (129,202,28). Sum of RGB (Red+Green+Blue) = 129+202+28=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CA1C is #7E35E3. Grayscale: #A0A0A0. Windows color (decimal): -8271332 or 1886849. OLE color: 1886849.

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

Color convert

RGB 129 202 28 -
CMYK 0.36 0 0.86 0.21
HSL 85.17º 0.76% 0.45% -
HSV(B) 85.17º 0.86% 0.79% -
XYZ 30.38 46.99 8.57 -
YUV 160.34 53.32 105.65 -
System Red Green Blue C M Y K H S L
Decimal 129 202 28 0.36 0 0.86 0.21 85.17 0.76 0.45
Hex 81 CA 1C 24 0 56 15 55 4C 2D
Octal 201 312 34 44 0 126 25 125 114 55
Binary 10000001 11001010 11100 100100 0 1010110 10101 1010101 1001100 101101

Color Harmonies of #81CA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CA1C

Black with #81CA1C

Text Example


Text Example

White with #81CA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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