Html Css Color HEX #7FC208 Lima

📋 copy color: '#7FC208'

red 127 ◦ green 194 ◦ blue 8

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

Shades of Lima #7FC208

Tints of Lima #7FC208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.97%

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

R = 38.6%
G = 58.97%
B = 2.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#7FC208 (or 0x7FC208) is known color: Lima. HEX triplet: 7F, C2 and 08. RGB value is (127,194,8). Sum of RGB (Red+Green+Blue) = 127+194+8=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC208 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC208 is #803DF7. Grayscale: #999999. Windows color (decimal): -8404472 or 574079. OLE color: 574079.

HSL color Cylindrical-coordinate representation of color #7FC208: hue angle of 81.61º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FC208 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 194 8 -
CMYK 0.35 0 0.96 0.24
HSL 81.61º 0.92% 0.4% -
HSV(B) 81.61º 0.96% 0.76% -
XYZ 28.09 43.11 7.07 -
YUV 152.76 46.3 109.62 -
System Red Green Blue C M Y K H S L
Decimal 127 194 8 0.35 0 0.96 0.24 81.61 0.92 0.4
Hex 7F C2 8 23 0 60 18 52 5C 28
Octal 177 302 10 43 0 140 30 122 134 50
Binary 1111111 11000010 1000 100011 0 1100000 11000 1010010 1011100 101000

Color Harmonies of #7FC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC208

Black with #7FC208

Text Example


Text Example

White with #7FC208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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