Html Css Color HEX #76C30F Lima

📋 copy color: '#76C30F'

red 118 ◦ green 195 ◦ blue 15

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

Shades of Lima #76C30F

Tints of Lima #76C30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 35.98%
G = 59.45%
B = 4.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#76C30F (or 0x76C30F) is known color: Lima. HEX triplet: 76, C3 and 0F. RGB value is (118,195,15). Sum of RGB (Red+Green+Blue) = 118+195+15=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #76C30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C30F is #893CF0. Grayscale: #989898. Windows color (decimal): -8994033 or 1033078. OLE color: 1033078.

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

Color convert

RGB 118 195 15 -
CMYK 0.39 0 0.92 0.24
HSL 85.67º 0.86% 0.41% -
HSV(B) 85.67º 0.92% 0.76% -
XYZ 27.07 42.92 7.31 -
YUV 151.46 50.99 104.14 -
System Red Green Blue C M Y K H S L
Decimal 118 195 15 0.39 0 0.92 0.24 85.67 0.86 0.41
Hex 76 C3 F 27 0 5C 18 56 56 29
Octal 166 303 17 47 0 134 30 126 126 51
Binary 1110110 11000011 1111 100111 0 1011100 11000 1010110 1010110 101001

Color Harmonies of #76C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C30F

Black with #76C30F

Text Example


Text Example

White with #76C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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