Html Css Color HEX #76C325 Lima

📋 copy color: '#76C325'

red 118 ◦ green 195 ◦ blue 37

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

Shades of Lima #76C325

Tints of Lima #76C325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.71%

 BLUE value IS 37 (14.84% from 255) = 10.57%

R = 33.71%
G = 55.71%
B = 10.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#76C325 (or 0x76C325) is known color: Lima. HEX triplet: 76, C3 and 25. RGB value is (118,195,37). Sum of RGB (Red+Green+Blue) = 118+195+37=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #76C325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C325 is #893CDA. Grayscale: #9A9A9A. Windows color (decimal): -8994011 or 2474870. OLE color: 2474870.

HSL color Cylindrical-coordinate representation of color #76C325: hue angle of 89.24º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76C325 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 37 -
CMYK 0.39 0 0.81 0.24
HSL 89.24º 0.68% 0.45% -
HSV(B) 89.24º 0.81% 0.76% -
XYZ 27.32 43.02 8.61 -
YUV 153.97 61.99 102.35 -
System Red Green Blue C M Y K H S L
Decimal 118 195 37 0.39 0 0.81 0.24 89.24 0.68 0.45
Hex 76 C3 25 27 0 51 18 59 44 2D
Octal 166 303 45 47 0 121 30 131 104 55
Binary 1110110 11000011 100101 100111 0 1010001 11000 1011001 1000100 101101

Color Harmonies of #76C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C325

Black with #76C325

Text Example


Text Example

White with #76C325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,37); }

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

background-color css

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

 a { background-color: rgb(118,195,37); }

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

border-color css

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

 span { border-color: rgb(118,195,37); }

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