Html Css Color HEX #81CE0F Lima

📋 copy color: '#81CE0F'

red 129 ◦ green 206 ◦ blue 15

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

Shades of Lima #81CE0F

Tints of Lima #81CE0F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 58.86%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 36.86%
G = 58.86%
B = 4.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#81CE0F (or 0x81CE0F) is known color: Lima. HEX triplet: 81, CE and 0F. RGB value is (129,206,15). Sum of RGB (Red+Green+Blue) = 129+206+15=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 206 (80.86% from 255 or 58.86% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CE0F is #7E31F0. Grayscale: #A1A1A1. Windows color (decimal): -8270321 or 1035905. OLE color: 1035905.

HSL color Cylindrical-coordinate representation of color #81CE0F: hue angle of 84.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81CE0F is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 206 15 -
CMYK 0.37 0 0.93 0.19
HSL 84.19º 0.86% 0.43% -
HSV(B) 84.19º 0.93% 0.81% -
XYZ 31.21 48.84 8.23 -
YUV 161.2 45.49 105.03 -
System Red Green Blue C M Y K H S L
Decimal 129 206 15 0.37 0 0.93 0.19 84.19 0.86 0.43
Hex 81 CE F 25 0 5D 13 54 56 2B
Octal 201 316 17 45 0 135 23 124 126 53
Binary 10000001 11001110 1111 100101 0 1011101 10011 1010100 1010110 101011

Color Harmonies of #81CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CE0F

Black with #81CE0F

Text Example


Text Example

White with #81CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,206,15); }

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

background-color css

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

 a { background-color: rgb(129,206,15); }

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

border-color css

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

 span { border-color: rgb(129,206,15); }

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