Html Css Color HEX #76C330 Lima

📋 copy color: '#76C330'

red 118 ◦ green 195 ◦ blue 48

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

Shades of Lima #76C330

Tints of Lima #76C330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.3%

R = 32.69%
G = 54.02%
B = 13.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#76C330 (or 0x76C330) is known color: Lima. HEX triplet: 76, C3 and 30. RGB value is (118,195,48). Sum of RGB (Red+Green+Blue) = 118+195+48=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #76C330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C330 is #893CCF. Grayscale: #9B9B9B. Windows color (decimal): -8994000 or 3195766. OLE color: 3195766.

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

Color convert

RGB 118 195 48 -
CMYK 0.39 0 0.75 0.24
HSL 91.43º 0.6% 0.48% -
HSV(B) 91.43º 0.75% 0.76% -
XYZ 27.52 43.1 9.66 -
YUV 155.22 67.49 101.45 -
System Red Green Blue C M Y K H S L
Decimal 118 195 48 0.39 0 0.75 0.24 91.43 0.6 0.48
Hex 76 C3 30 27 0 4B 18 5B 3C 30
Octal 166 303 60 47 0 113 30 133 74 60
Binary 1110110 11000011 110000 100111 0 1001011 11000 1011011 111100 110000

Color Harmonies of #76C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C330

Black with #76C330

Text Example


Text Example

White with #76C330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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