Html Css Color HEX #7FAF03 Lima

📋 copy color: '#7FAF03'

red 127 ◦ green 175 ◦ blue 3

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

Shades of Lima #7FAF03

Tints of Lima #7FAF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 41.64%
G = 57.38%
B = 0.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#7FAF03 (or 0x7FAF03) is known color: Lima. HEX triplet: 7F, AF and 03. RGB value is (127,175,3). Sum of RGB (Red+Green+Blue) = 127+175+3=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAF03 is #8050FC. Grayscale: #8D8D8D. Windows color (decimal): -8409341 or 241535. OLE color: 241535.

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

Color convert

RGB 127 175 3 -
CMYK 0.27 0 0.98 0.31
HSL 76.74º 0.97% 0.35% -
HSV(B) 76.74º 0.98% 0.69% -
XYZ 24.1 35.18 5.61 -
YUV 141.04 50.1 117.99 -
System Red Green Blue C M Y K H S L
Decimal 127 175 3 0.27 0 0.98 0.31 76.74 0.97 0.35
Hex 7F AF 3 1B 0 62 1F 4D 61 23
Octal 177 257 3 33 0 142 37 115 141 43
Binary 1111111 10101111 11 11011 0 1100010 11111 1001101 1100001 100011

Color Harmonies of #7FAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF03

Black with #7FAF03

Text Example


Text Example

White with #7FAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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