Html Css Color HEX #7BB014 Lima

📋 copy color: '#7BB014'

red 123 ◦ green 176 ◦ blue 20

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

Shades of Lima #7BB014

Tints of Lima #7BB014

RGB

 RED value IS 123 (48.44% from 255) = 38.56%

 GREEN value IS 176 (69.14% from 255) = 55.17%

 BLUE value IS 20 (8.2% from 255) = 6.27%

R = 38.56%
G = 55.17%
B = 6.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#7BB014 (or 0x7BB014) is known color: Lima. HEX triplet: 7B, B0 and 14. RGB value is (123,176,20). Sum of RGB (Red+Green+Blue) = 123+176+20=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BB014 is #844FEB. Grayscale: #8E8E8E. Windows color (decimal): -8671212 or 1355899. OLE color: 1355899.

HSL color Cylindrical-coordinate representation of color #7BB014: hue angle of 80.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BB014 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 176 20 -
CMYK 0.30 0 0.89 0.31
HSL 80.38º 0.8% 0.38% -
HSV(B) 80.38º 0.89% 0.69% -
XYZ 23.82 35.31 6.22 -
YUV 142.37 58.94 114.18 -
System Red Green Blue C M Y K H S L
Decimal 123 176 20 0.30 0 0.89 0.31 80.38 0.8 0.38
Hex 7B B0 14 1E 0 59 1F 50 50 26
Octal 173 260 24 36 0 131 37 120 120 46
Binary 1111011 10110000 10100 11110 0 1011001 11111 1010000 1010000 100110

Color Harmonies of #7BB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB014

Black with #7BB014

Text Example


Text Example

White with #7BB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BB014; }

 p { color: rgb(123,176,20); }

 H1.HeaderClassName
 {
   color: #7BB014;
 }
 .AnyTagClassName
 {
   color: #7BB014;
 }
</style>

background-color css

<style>
 a { background-color: #7BB014; }

 a { background-color: rgb(123,176,20); }

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

border-color css

<style>
 span { border-color: #7BB014; }

 span { border-color: rgb(123,176,20); }

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