Html Css Color HEX #76CE12 Lima

📋 copy color: '#76CE12'

red 118 ◦ green 206 ◦ blue 18

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

Shades of Lima #76CE12

Tints of Lima #76CE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.26%

R = 34.5%
G = 60.23%
B = 5.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#76CE12 (or 0x76CE12) is known color: Lima. HEX triplet: 76, CE and 12. RGB value is (118,206,18). Sum of RGB (Red+Green+Blue) = 118+206+18=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CE12 is #8931ED. Grayscale: #9E9E9E. Windows color (decimal): -8991214 or 1232502. OLE color: 1232502.

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

Color convert

RGB 118 206 18 -
CMYK 0.43 0 0.91 0.19
HSL 88.09º 0.84% 0.44% -
HSV(B) 88.09º 0.91% 0.81% -
XYZ 29.65 48.04 8.28 -
YUV 158.26 48.85 99.29 -
System Red Green Blue C M Y K H S L
Decimal 118 206 18 0.43 0 0.91 0.19 88.09 0.84 0.44
Hex 76 CE 12 2B 0 5B 13 58 54 2C
Octal 166 316 22 53 0 133 23 130 124 54
Binary 1110110 11001110 10010 101011 0 1011011 10011 1011000 1010100 101100

Color Harmonies of #76CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE12

Black with #76CE12

Text Example


Text Example

White with #76CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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