Html Css Color HEX #7FBA1D Lima

📋 copy color: '#7FBA1D'

red 127 ◦ green 186 ◦ blue 29

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

Shades of Lima #7FBA1D

Tints of Lima #7FBA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.48%

R = 37.13%
G = 54.39%
B = 8.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#7FBA1D (or 0x7FBA1D) is known color: Lima. HEX triplet: 7F, BA and 1D. RGB value is (127,186,29). Sum of RGB (Red+Green+Blue) = 127+186+29=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA1D is #8045E2. Grayscale: #979797. Windows color (decimal): -8406499 or 1948287. OLE color: 1948287.

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

Color convert

RGB 127 186 29 -
CMYK 0.32 0 0.84 0.27
HSL 82.55º 0.73% 0.42% -
HSV(B) 82.55º 0.84% 0.73% -
XYZ 26.53 39.72 7.43 -
YUV 150.46 59.45 111.27 -
System Red Green Blue C M Y K H S L
Decimal 127 186 29 0.32 0 0.84 0.27 82.55 0.73 0.42
Hex 7F BA 1D 20 0 54 1B 53 49 2A
Octal 177 272 35 40 0 124 33 123 111 52
Binary 1111111 10111010 11101 100000 0 1010100 11011 1010011 1001001 101010

Color Harmonies of #7FBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA1D

Black with #7FBA1D

Text Example


Text Example

White with #7FBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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