Html Css Color HEX #7FAD1B Lima

📋 copy color: '#7FAD1B'

red 127 ◦ green 173 ◦ blue 27

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

Shades of Lima #7FAD1B

Tints of Lima #7FAD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.91%

 BLUE value IS 27 (10.94% from 255) = 8.26%

R = 38.84%
G = 52.91%
B = 8.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#7FAD1B (or 0x7FAD1B) is known color: Lima. HEX triplet: 7F, AD and 1B. RGB value is (127,173,27). Sum of RGB (Red+Green+Blue) = 127+173+27=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD1B is #8052E4. Grayscale: #8F8F8F. Windows color (decimal): -8409829 or 1813887. OLE color: 1813887.

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

Color convert

RGB 127 173 27 -
CMYK 0.27 0 0.84 0.32
HSL 78.9º 0.73% 0.39% -
HSV(B) 78.9º 0.84% 0.68% -
XYZ 23.89 34.48 6.43 -
YUV 142.6 62.76 116.87 -
System Red Green Blue C M Y K H S L
Decimal 127 173 27 0.27 0 0.84 0.32 78.9 0.73 0.39
Hex 7F AD 1B 1B 0 54 20 4F 49 27
Octal 177 255 33 33 0 124 40 117 111 47
Binary 1111111 10101101 11011 11011 0 1010100 100000 1001111 1001001 100111

Color Harmonies of #7FAD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD1B

Black with #7FAD1B

Text Example


Text Example

White with #7FAD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,27); }

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

background-color css

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

 a { background-color: rgb(127,173,27); }

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

border-color css

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

 span { border-color: rgb(127,173,27); }

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