Html Css Color HEX #7FC00A Lima

📋 copy color: '#7FC00A'

red 127 ◦ green 192 ◦ blue 10

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

Shades of Lima #7FC00A

Tints of Lima #7FC00A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.36%

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 38.6%
G = 58.36%
B = 3.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#7FC00A (or 0x7FC00A) is known color: Lima. HEX triplet: 7F, C0 and 0A. RGB value is (127,192,10). Sum of RGB (Red+Green+Blue) = 127+192+10=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC00A is #803FF5. Grayscale: #989898. Windows color (decimal): -8404982 or 704639. OLE color: 704639.

HSL color Cylindrical-coordinate representation of color #7FC00A: hue angle of 81.43º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7FC00A is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 10 -
CMYK 0.34 0 0.95 0.25
HSL 81.43º 0.9% 0.4% -
HSV(B) 81.43º 0.95% 0.75% -
XYZ 27.66 42.23 6.98 -
YUV 151.82 47.97 110.3 -
System Red Green Blue C M Y K H S L
Decimal 127 192 10 0.34 0 0.95 0.25 81.43 0.9 0.4
Hex 7F C0 A 22 0 5F 19 51 5A 28
Octal 177 300 12 42 0 137 31 121 132 50
Binary 1111111 11000000 1010 100010 0 1011111 11001 1010001 1011010 101000

Color Harmonies of #7FC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC00A

Black with #7FC00A

Text Example


Text Example

White with #7FC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,192,10); }

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

background-color css

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

 a { background-color: rgb(127,192,10); }

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

border-color css

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

 span { border-color: rgb(127,192,10); }

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