Html Css Color HEX #7FC212 Lima

📋 copy color: '#7FC212'

red 127 ◦ green 194 ◦ blue 18

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

Shades of Lima #7FC212

Tints of Lima #7FC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.31%

R = 37.46%
G = 57.23%
B = 5.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#7FC212 (or 0x7FC212) is known color: Lima. HEX triplet: 7F, C2 and 12. RGB value is (127,194,18). Sum of RGB (Red+Green+Blue) = 127+194+18=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC212 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC212 is #803DED. Grayscale: #9A9A9A. Windows color (decimal): -8404462 or 1229439. OLE color: 1229439.

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

Color convert

RGB 127 194 18 -
CMYK 0.35 0 0.91 0.24
HSL 82.84º 0.83% 0.42% -
HSV(B) 82.84º 0.91% 0.76% -
XYZ 28.15 43.14 7.42 -
YUV 153.9 51.3 108.81 -
System Red Green Blue C M Y K H S L
Decimal 127 194 18 0.35 0 0.91 0.24 82.84 0.83 0.42
Hex 7F C2 12 23 0 5B 18 53 53 2A
Octal 177 302 22 43 0 133 30 123 123 52
Binary 1111111 11000010 10010 100011 0 1011011 11000 1010011 1010011 101010

Color Harmonies of #7FC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC212

Black with #7FC212

Text Example


Text Example

White with #7FC212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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