Html Css Color HEX #7FBC3B Lima

📋 copy color: '#7FBC3B'

red 127 ◦ green 188 ◦ blue 59

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

Shades of Lima #7FBC3B

Tints of Lima #7FBC3B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.27%

 BLUE value IS 59 (23.44% from 255) = 15.78%

R = 33.96%
G = 50.27%
B = 15.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#7FBC3B (or 0x7FBC3B) is known color: Lima. HEX triplet: 7F, BC and 3B. RGB value is (127,188,59). Sum of RGB (Red+Green+Blue) = 127+188+59=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC3B is #8043C4. Grayscale: #9B9B9B. Windows color (decimal): -8405957 or 3914879. OLE color: 3914879.

HSL color Cylindrical-coordinate representation of color #7FBC3B: hue angle of 88.37º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FBC3B is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 188 59 -
CMYK 0.32 0 0.69 0.26
HSL 88.37º 0.52% 0.48% -
HSV(B) 88.37º 0.69% 0.74% -
XYZ 27.53 40.79 10.56 -
YUV 155.06 73.79 107.99 -
System Red Green Blue C M Y K H S L
Decimal 127 188 59 0.32 0 0.69 0.26 88.37 0.52 0.48
Hex 7F BC 3B 20 0 45 1A 58 34 30
Octal 177 274 73 40 0 105 32 130 64 60
Binary 1111111 10111100 111011 100000 0 1000101 11010 1011000 110100 110000

Color Harmonies of #7FBC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC3B

Black with #7FBC3B

Text Example


Text Example

White with #7FBC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,188,59); }

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

background-color css

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

 a { background-color: rgb(127,188,59); }

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

border-color css

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

 span { border-color: rgb(127,188,59); }

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