Html Css Color HEX #76CD12 Lima

📋 copy color: '#76CD12'

red 118 ◦ green 205 ◦ blue 18

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

Shades of Lima #76CD12

Tints of Lima #76CD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.12%

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

R = 34.6%
G = 60.12%
B = 5.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#76CD12 (or 0x76CD12) is known color: Lima. HEX triplet: 76, CD and 12. RGB value is (118,205,18). Sum of RGB (Red+Green+Blue) = 118+205+18=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CD12 is #8932ED. Grayscale: #9E9E9E. Windows color (decimal): -8991470 or 1232246. OLE color: 1232246.

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

Color convert

RGB 118 205 18 -
CMYK 0.42 0 0.91 0.20
HSL 87.91º 0.84% 0.44% -
HSV(B) 87.91º 0.91% 0.8% -
XYZ 29.41 47.56 8.2 -
YUV 157.67 49.18 99.71 -
System Red Green Blue C M Y K H S L
Decimal 118 205 18 0.42 0 0.91 0.20 87.91 0.84 0.44
Hex 76 CD 12 2A 0 5B 14 58 54 2C
Octal 166 315 22 52 0 133 24 130 124 54
Binary 1110110 11001101 10010 101010 0 1011011 10100 1011000 1010100 101100

Color Harmonies of #76CD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CD12

Black with #76CD12

Text Example


Text Example

White with #76CD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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