Html Css Color HEX #7FC008 Lima

📋 copy color: '#7FC008'

red 127 ◦ green 192 ◦ blue 8

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

Shades of Lima #7FC008

Tints of Lima #7FC008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 38.84%
G = 58.72%
B = 2.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#7FC008 (or 0x7FC008) is known color: Lima. HEX triplet: 7F, C0 and 08. RGB value is (127,192,8). Sum of RGB (Red+Green+Blue) = 127+192+8=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC008 is #803FF7. Grayscale: #989898. Windows color (decimal): -8404984 or 573567. OLE color: 573567.

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

Color convert

RGB 127 192 8 -
CMYK 0.34 0 0.96 0.25
HSL 81.2º 0.92% 0.39% -
HSV(B) 81.2º 0.96% 0.75% -
XYZ 27.65 42.23 6.92 -
YUV 151.59 46.97 110.46 -
System Red Green Blue C M Y K H S L
Decimal 127 192 8 0.34 0 0.96 0.25 81.2 0.92 0.39
Hex 7F C0 8 22 0 60 19 51 5C 27
Octal 177 300 10 42 0 140 31 121 134 47
Binary 1111111 11000000 1000 100010 0 1100000 11001 1010001 1011100 100111

Color Harmonies of #7FC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC008

Black with #7FC008

Text Example


Text Example

White with #7FC008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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