Html Css Color HEX #76CA17 Lima

📋 copy color: '#76CA17'

red 118 ◦ green 202 ◦ blue 23

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

Shades of Lima #76CA17

Tints of Lima #76CA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.71%

R = 34.4%
G = 58.89%
B = 6.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#76CA17 (or 0x76CA17) is known color: Lima. HEX triplet: 76, CA and 17. RGB value is (118,202,23). Sum of RGB (Red+Green+Blue) = 118+202+23=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CA17 is #8935E8. Grayscale: #9D9D9D. Windows color (decimal): -8992233 or 1559158. OLE color: 1559158.

HSL color Cylindrical-coordinate representation of color #76CA17: hue angle of 88.16º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76CA17 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 23 -
CMYK 0.42 0 0.89 0.21
HSL 88.16º 0.8% 0.44% -
HSV(B) 88.16º 0.89% 0.79% -
XYZ 28.75 46.15 8.2 -
YUV 156.48 52.67 100.55 -
System Red Green Blue C M Y K H S L
Decimal 118 202 23 0.42 0 0.89 0.21 88.16 0.8 0.44
Hex 76 CA 17 2A 0 59 15 58 50 2C
Octal 166 312 27 52 0 131 25 130 120 54
Binary 1110110 11001010 10111 101010 0 1011001 10101 1011000 1010000 101100

Color Harmonies of #76CA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA17

Black with #76CA17

Text Example


Text Example

White with #76CA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,202,23); }

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

background-color css

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

 a { background-color: rgb(118,202,23); }

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

border-color css

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

 span { border-color: rgb(118,202,23); }

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