Html Css Color HEX #7FB40C Lima

📋 copy color: '#7FB40C'

red 127 ◦ green 180 ◦ blue 12

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

Shades of Lima #7FB40C

Tints of Lima #7FB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.43%

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 39.81%
G = 56.43%
B = 3.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#7FB40C (or 0x7FB40C) is known color: Lima. HEX triplet: 7F, B4 and 0C. RGB value is (127,180,12). Sum of RGB (Red+Green+Blue) = 127+180+12=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB40C is #804BF3. Grayscale: #919191. Windows color (decimal): -8408052 or 832639. OLE color: 832639.

HSL color Cylindrical-coordinate representation of color #7FB40C: hue angle of 78.93º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FB40C is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 12 -
CMYK 0.29 0 0.93 0.29
HSL 78.93º 0.88% 0.38% -
HSV(B) 78.93º 0.93% 0.71% -
XYZ 25.14 37.18 6.2 -
YUV 145 52.94 115.16 -
System Red Green Blue C M Y K H S L
Decimal 127 180 12 0.29 0 0.93 0.29 78.93 0.88 0.38
Hex 7F B4 C 1D 0 5D 1D 4F 58 26
Octal 177 264 14 35 0 135 35 117 130 46
Binary 1111111 10110100 1100 11101 0 1011101 11101 1001111 1011000 100110

Color Harmonies of #7FB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB40C

Black with #7FB40C

Text Example


Text Example

White with #7FB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,180,12); }

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

background-color css

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

 a { background-color: rgb(127,180,12); }

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

border-color css

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

 span { border-color: rgb(127,180,12); }

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