Html Css Color HEX #7FBA1C Lima

📋 copy color: '#7FBA1C'

red 127 ◦ green 186 ◦ blue 28

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

Shades of Lima #7FBA1C

Tints of Lima #7FBA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.21%

R = 37.24%
G = 54.55%
B = 8.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#7FBA1C (or 0x7FBA1C) is known color: Lima. HEX triplet: 7F, BA and 1C. RGB value is (127,186,28). Sum of RGB (Red+Green+Blue) = 127+186+28=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA1C is #8045E3. Grayscale: #969696. Windows color (decimal): -8406500 or 1882751. OLE color: 1882751.

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

Color convert

RGB 127 186 28 -
CMYK 0.32 0 0.85 0.27
HSL 82.41º 0.74% 0.42% -
HSV(B) 82.41º 0.85% 0.73% -
XYZ 26.52 39.71 7.37 -
YUV 150.35 58.95 111.35 -
System Red Green Blue C M Y K H S L
Decimal 127 186 28 0.32 0 0.85 0.27 82.41 0.74 0.42
Hex 7F BA 1C 20 0 55 1B 52 4A 2A
Octal 177 272 34 40 0 125 33 122 112 52
Binary 1111111 10111010 11100 100000 0 1010101 11011 1010010 1001010 101010

Color Harmonies of #7FBA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA1C

Black with #7FBA1C

Text Example


Text Example

White with #7FBA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,186,28); }

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

background-color css

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

 a { background-color: rgb(127,186,28); }

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

border-color css

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

 span { border-color: rgb(127,186,28); }

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