Html Css Color HEX #7FBB08 Lima

📋 copy color: '#7FBB08'

red 127 ◦ green 187 ◦ blue 8

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

Shades of Lima #7FBB08

Tints of Lima #7FBB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 39.44%
G = 58.07%
B = 2.48%

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

#7FBB08 (or 0x7FBB08) is known color: Lima. HEX triplet: 7F, BB and 08. RGB value is (127,187,8). Sum of RGB (Red+Green+Blue) = 127+187+8=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 187 (73.44% from 255 or 58.07% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBB08 is #8044F7. Grayscale: #959595. Windows color (decimal): -8406264 or 572287. OLE color: 572287.

HSL color Cylindrical-coordinate representation of color #7FBB08: hue angle of 80.11º degrees, saturation: 0.92, 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 #7FBB08 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 187 8 -
CMYK 0.32 0 0.96 0.27
HSL 80.11º 0.92% 0.38% -
HSV(B) 80.11º 0.96% 0.73% -
XYZ 26.57 40.07 6.56 -
YUV 148.65 48.62 112.55 -
System Red Green Blue C M Y K H S L
Decimal 127 187 8 0.32 0 0.96 0.27 80.11 0.92 0.38
Hex 7F BB 8 20 0 60 1B 50 5C 26
Octal 177 273 10 40 0 140 33 120 134 46
Binary 1111111 10111011 1000 100000 0 1100000 11011 1010000 1011100 100110

Color Harmonies of #7FBB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBB08

Black with #7FBB08

Text Example


Text Example

White with #7FBB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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