Html Css Color HEX #77C030 Lima

📋 copy color: '#77C030'

red 119 ◦ green 192 ◦ blue 48

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

Shades of Lima #77C030

Tints of Lima #77C030

RGB

 RED value IS 119 (46.88% from 255) = 33.15%

 GREEN value IS 192 (75.39% from 255) = 53.48%

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

R = 33.15%
G = 53.48%
B = 13.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#77C030 (or 0x77C030) is known color: Lima. HEX triplet: 77, C0 and 30. RGB value is (119,192,48). Sum of RGB (Red+Green+Blue) = 119+192+48=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #77C030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C030 is #883FCF. Grayscale: #9A9A9A. Windows color (decimal): -8929232 or 3194999. OLE color: 3194999.

HSL color Cylindrical-coordinate representation of color #77C030: hue angle of 90.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77C030 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 48 -
CMYK 0.38 0 0.75 0.25
HSL 90.42º 0.6% 0.47% -
HSV(B) 90.42º 0.75% 0.75% -
XYZ 26.99 41.83 9.45 -
YUV 153.76 68.32 103.21 -
System Red Green Blue C M Y K H S L
Decimal 119 192 48 0.38 0 0.75 0.25 90.42 0.6 0.47
Hex 77 C0 30 26 0 4B 19 5A 3C 2F
Octal 167 300 60 46 0 113 31 132 74 57
Binary 1110111 11000000 110000 100110 0 1001011 11001 1011010 111100 101111

Color Harmonies of #77C030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C030

Black with #77C030

Text Example


Text Example

White with #77C030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77C030; }

 p { color: rgb(119,192,48); }

 H1.HeaderClassName
 {
   color: #77C030;
 }
 .AnyTagClassName
 {
   color: #77C030;
 }
</style>

background-color css

<style>
 a { background-color: #77C030; }

 a { background-color: rgb(119,192,48); }

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

border-color css

<style>
 span { border-color: #77C030; }

 span { border-color: rgb(119,192,48); }

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