Html Css Color HEX #7FC215 Lima

📋 copy color: '#7FC215'

red 127 ◦ green 194 ◦ blue 21

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

Shades of Lima #7FC215

Tints of Lima #7FC215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.14%

R = 37.13%
G = 56.73%
B = 6.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#7FC215 (or 0x7FC215) is known color: Lima. HEX triplet: 7F, C2 and 15. RGB value is (127,194,21). Sum of RGB (Red+Green+Blue) = 127+194+21=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC215 is #803DEA. Grayscale: #9A9A9A. Windows color (decimal): -8404459 or 1426047. OLE color: 1426047.

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

Color convert

RGB 127 194 21 -
CMYK 0.35 0 0.89 0.24
HSL 83.24º 0.8% 0.42% -
HSV(B) 83.24º 0.89% 0.76% -
XYZ 28.18 43.15 7.55 -
YUV 154.25 52.8 108.57 -
System Red Green Blue C M Y K H S L
Decimal 127 194 21 0.35 0 0.89 0.24 83.24 0.8 0.42
Hex 7F C2 15 23 0 59 18 53 50 2A
Octal 177 302 25 43 0 131 30 123 120 52
Binary 1111111 11000010 10101 100011 0 1011001 11000 1010011 1010000 101010

Color Harmonies of #7FC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC215

Black with #7FC215

Text Example


Text Example

White with #7FC215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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