Html Css Color HEX #76CA15 Lima

📋 copy color: '#76CA15'

red 118 ◦ green 202 ◦ blue 21

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

Shades of Lima #76CA15

Tints of Lima #76CA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 34.6%
G = 59.24%
B = 6.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#76CA15 (or 0x76CA15) is known color: Lima. HEX triplet: 76, CA and 15. RGB value is (118,202,21). Sum of RGB (Red+Green+Blue) = 118+202+21=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CA15 is #8935EA. Grayscale: #9C9C9C. Windows color (decimal): -8992235 or 1428086. OLE color: 1428086.

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

Color convert

RGB 118 202 21 -
CMYK 0.42 0 0.90 0.21
HSL 87.85º 0.81% 0.44% -
HSV(B) 87.85º 0.9% 0.79% -
XYZ 28.73 46.15 8.1 -
YUV 156.25 51.67 100.72 -
System Red Green Blue C M Y K H S L
Decimal 118 202 21 0.42 0 0.90 0.21 87.85 0.81 0.44
Hex 76 CA 15 2A 0 5A 15 58 51 2C
Octal 166 312 25 52 0 132 25 130 121 54
Binary 1110110 11001010 10101 101010 0 1011010 10101 1011000 1010001 101100

Color Harmonies of #76CA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA15

Black with #76CA15

Text Example


Text Example

White with #76CA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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