Html Css Color HEX #7BBA1F Lima

📋 copy color: '#7BBA1F'

red 123 ◦ green 186 ◦ blue 31

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

Shades of Lima #7BBA1F

Tints of Lima #7BBA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.71%

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 36.18%
G = 54.71%
B = 9.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#7BBA1F (or 0x7BBA1F) is known color: Lima. HEX triplet: 7B, BA and 1F. RGB value is (123,186,31). Sum of RGB (Red+Green+Blue) = 123+186+31=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA1F is #8445E0. Grayscale: #969696. Windows color (decimal): -8668641 or 2079355. OLE color: 2079355.

HSL color Cylindrical-coordinate representation of color #7BBA1F: hue angle of 84.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7BBA1F is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 186 31 -
CMYK 0.34 0 0.83 0.27
HSL 84.39º 0.71% 0.43% -
HSV(B) 84.39º 0.83% 0.73% -
XYZ 25.97 39.43 7.54 -
YUV 149.49 61.13 109.1 -
System Red Green Blue C M Y K H S L
Decimal 123 186 31 0.34 0 0.83 0.27 84.39 0.71 0.43
Hex 7B BA 1F 22 0 53 1B 54 47 2B
Octal 173 272 37 42 0 123 33 124 107 53
Binary 1111011 10111010 11111 100010 0 1010011 11011 1010100 1000111 101011

Color Harmonies of #7BBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBA1F

Black with #7BBA1F

Text Example


Text Example

White with #7BBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,186,31); }

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

background-color css

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

 a { background-color: rgb(123,186,31); }

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

border-color css

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

 span { border-color: rgb(123,186,31); }

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