Html Css Color HEX #7FBB07 Lima

📋 copy color: '#7FBB07'

red 127 ◦ green 187 ◦ blue 7

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

Shades of Lima #7FBB07

Tints of Lima #7FBB07

RGB

 RED value IS 127 (50% from 255) = 39.56%

 GREEN value IS 187 (73.44% from 255) = 58.26%

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 39.56%
G = 58.26%
B = 2.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#7FBB07 (or 0x7FBB07) is known color: Lima. HEX triplet: 7F, BB and 07. RGB value is (127,187,7). Sum of RGB (Red+Green+Blue) = 127+187+7=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBB07 is #8044F8. Grayscale: #959595. Windows color (decimal): -8406265 or 506751. OLE color: 506751.

HSL color Cylindrical-coordinate representation of color #7FBB07: hue angle of 80º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FBB07 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 187 7 -
CMYK 0.32 0 0.96 0.27
HSL 80º 0.93% 0.38% -
HSV(B) 80º 0.96% 0.73% -
XYZ 26.56 40.07 6.53 -
YUV 148.54 48.12 112.64 -
System Red Green Blue C M Y K H S L
Decimal 127 187 7 0.32 0 0.96 0.27 80 0.93 0.38
Hex 7F BB 7 20 0 60 1B 50 5D 26
Octal 177 273 7 40 0 140 33 120 135 46
Binary 1111111 10111011 111 100000 0 1100000 11011 1010000 1011101 100110

Color Harmonies of #7FBB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBB07

Black with #7FBB07

Text Example


Text Example

White with #7FBB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,187,7); }

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

background-color css

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

 a { background-color: rgb(127,187,7); }

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

border-color css

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

 span { border-color: rgb(127,187,7); }

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