Html Css Color HEX #77BE30 Lima

📋 copy color: '#77BE30'

red 119 ◦ green 190 ◦ blue 48

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

Shades of Lima #77BE30

Tints of Lima #77BE30

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.22%

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

R = 33.33%
G = 53.22%
B = 13.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#77BE30 (or 0x77BE30) is known color: Lima. HEX triplet: 77, BE and 30. RGB value is (119,190,48). Sum of RGB (Red+Green+Blue) = 119+190+48=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BE30 is #8841CF. Grayscale: #999999. Windows color (decimal): -8929744 or 3194487. OLE color: 3194487.

HSL color Cylindrical-coordinate representation of color #77BE30: hue angle of 90º 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 #77BE30 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 190 48 -
CMYK 0.37 0 0.75 0.25
HSL 90º 0.6% 0.47% -
HSV(B) 90º 0.75% 0.75% -
XYZ 26.55 40.96 9.3 -
YUV 152.58 68.98 104.05 -
System Red Green Blue C M Y K H S L
Decimal 119 190 48 0.37 0 0.75 0.25 90 0.6 0.47
Hex 77 BE 30 25 0 4B 19 5A 3C 2F
Octal 167 276 60 45 0 113 31 132 74 57
Binary 1110111 10111110 110000 100101 0 1001011 11001 1011010 111100 101111

Color Harmonies of #77BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BE30

Black with #77BE30

Text Example


Text Example

White with #77BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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