Html Css Color HEX #7FA30F Lima

📋 copy color: '#7FA30F'

red 127 ◦ green 163 ◦ blue 15

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

Shades of Lima #7FA30F

Tints of Lima #7FA30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.44%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 41.64%
G = 53.44%
B = 4.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#7FA30F (or 0x7FA30F) is known color: Lima. HEX triplet: 7F, A3 and 0F. RGB value is (127,163,15). Sum of RGB (Red+Green+Blue) = 127+163+15=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA30F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA30F is #805CF0. Grayscale: #878787. Windows color (decimal): -8412401 or 1024895. OLE color: 1024895.

HSL color Cylindrical-coordinate representation of color #7FA30F: hue angle of 74.59º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FA30F is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 163 15 -
CMYK 0.22 0 0.91 0.36
HSL 74.59º 0.83% 0.35% -
HSV(B) 74.59º 0.91% 0.64% -
XYZ 21.94 30.74 5.23 -
YUV 135.36 60.07 122.03 -
System Red Green Blue C M Y K H S L
Decimal 127 163 15 0.22 0 0.91 0.36 74.59 0.83 0.35
Hex 7F A3 F 16 0 5B 24 4B 53 23
Octal 177 243 17 26 0 133 44 113 123 43
Binary 1111111 10100011 1111 10110 0 1011011 100100 1001011 1010011 100011

Color Harmonies of #7FA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA30F

Black with #7FA30F

Text Example


Text Example

White with #7FA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,163,15); }

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

background-color css

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

 a { background-color: rgb(127,163,15); }

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

border-color css

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

 span { border-color: rgb(127,163,15); }

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