Html Css Color HEX #76CE10 Lima

📋 copy color: '#76CE10'

red 118 ◦ green 206 ◦ blue 16

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

Shades of Lima #76CE10

Tints of Lima #76CE10

RGB

 RED value IS 118 (46.48% from 255) = 34.71%

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

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 34.71%
G = 60.59%
B = 4.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#76CE10 (or 0x76CE10) is known color: Lima. HEX triplet: 76, CE and 10. RGB value is (118,206,16). Sum of RGB (Red+Green+Blue) = 118+206+16=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CE10 is #8931EF. Grayscale: #9E9E9E. Windows color (decimal): -8991216 or 1101430. OLE color: 1101430.

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

Color convert

RGB 118 206 16 -
CMYK 0.43 0 0.92 0.19
HSL 87.79º 0.86% 0.44% -
HSV(B) 87.79º 0.92% 0.81% -
XYZ 29.64 48.03 8.2 -
YUV 158.03 47.85 99.45 -
System Red Green Blue C M Y K H S L
Decimal 118 206 16 0.43 0 0.92 0.19 87.79 0.86 0.44
Hex 76 CE 10 2B 0 5C 13 58 56 2C
Octal 166 316 20 53 0 134 23 130 126 54
Binary 1110110 11001110 10000 101011 0 1011100 10011 1011000 1010110 101100

Color Harmonies of #76CE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE10

Black with #76CE10

Text Example


Text Example

White with #76CE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CE10; }

 p { color: rgb(118,206,16); }

 H1.HeaderClassName
 {
   color: #76CE10;
 }
 .AnyTagClassName
 {
   color: #76CE10;
 }
</style>

background-color css

<style>
 a { background-color: #76CE10; }

 a { background-color: rgb(118,206,16); }

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

border-color css

<style>
 span { border-color: #76CE10; }

 span { border-color: rgb(118,206,16); }

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