Html Css Color HEX #76C230 Lima

📋 copy color: '#76C230'

red 118 ◦ green 194 ◦ blue 48

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

Shades of Lima #76C230

Tints of Lima #76C230

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.89%

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

R = 32.78%
G = 53.89%
B = 13.33%

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

#76C230 (or 0x76C230) is known color: Lima. HEX triplet: 76, C2 and 30. RGB value is (118,194,48). Sum of RGB (Red+Green+Blue) = 118+194+48=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #76C230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C230 is #893DCF. Grayscale: #9B9B9B. Windows color (decimal): -8994256 or 3195510. OLE color: 3195510.

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

Color convert

RGB 118 194 48 -
CMYK 0.39 0 0.75 0.24
HSL 91.23º 0.6% 0.47% -
HSV(B) 91.23º 0.75% 0.76% -
XYZ 27.3 42.65 9.59 -
YUV 154.63 67.82 101.87 -
System Red Green Blue C M Y K H S L
Decimal 118 194 48 0.39 0 0.75 0.24 91.23 0.6 0.47
Hex 76 C2 30 27 0 4B 18 5B 3C 2F
Octal 166 302 60 47 0 113 30 133 74 57
Binary 1110110 11000010 110000 100111 0 1001011 11000 1011011 111100 101111

Color Harmonies of #76C230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C230

Black with #76C230

Text Example


Text Example

White with #76C230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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