Html Css Color HEX #7FAF2D Lima

📋 copy color: '#7FAF2D'

red 127 ◦ green 175 ◦ blue 45

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

Shades of Lima #7FAF2D

Tints of Lima #7FAF2D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.43%

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 36.6%
G = 50.43%
B = 12.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#7FAF2D (or 0x7FAF2D) is known color: Lima. HEX triplet: 7F, AF and 2D. RGB value is (127,175,45). Sum of RGB (Red+Green+Blue) = 127+175+45=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF2D is #8050D2. Grayscale: #929292. Windows color (decimal): -8409299 or 2994047. OLE color: 2994047.

HSL color Cylindrical-coordinate representation of color #7FAF2D: hue angle of 82.15º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FAF2D is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 45 -
CMYK 0.27 0 0.74 0.31
HSL 82.15º 0.59% 0.43% -
HSV(B) 82.15º 0.74% 0.69% -
XYZ 24.56 35.36 8.01 -
YUV 145.83 71.1 114.57 -
System Red Green Blue C M Y K H S L
Decimal 127 175 45 0.27 0 0.74 0.31 82.15 0.59 0.43
Hex 7F AF 2D 1B 0 4A 1F 52 3B 2B
Octal 177 257 55 33 0 112 37 122 73 53
Binary 1111111 10101111 101101 11011 0 1001010 11111 1010010 111011 101011

Color Harmonies of #7FAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF2D

Black with #7FAF2D

Text Example


Text Example

White with #7FAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,45); }

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

background-color css

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

 a { background-color: rgb(127,175,45); }

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

border-color css

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

 span { border-color: rgb(127,175,45); }

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