Html Css Color HEX #7FC213 Lima

📋 copy color: '#7FC213'

red 127 ◦ green 194 ◦ blue 19

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

Shades of Lima #7FC213

Tints of Lima #7FC213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 37.35%
G = 57.06%
B = 5.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#7FC213 (or 0x7FC213) is known color: Lima. HEX triplet: 7F, C2 and 13. RGB value is (127,194,19). Sum of RGB (Red+Green+Blue) = 127+194+19=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC213 is #803DEC. Grayscale: #9A9A9A. Windows color (decimal): -8404461 or 1294975. OLE color: 1294975.

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

Color convert

RGB 127 194 19 -
CMYK 0.35 0 0.90 0.24
HSL 82.97º 0.82% 0.42% -
HSV(B) 82.97º 0.9% 0.76% -
XYZ 28.16 43.14 7.46 -
YUV 154.02 51.8 108.73 -
System Red Green Blue C M Y K H S L
Decimal 127 194 19 0.35 0 0.90 0.24 82.97 0.82 0.42
Hex 7F C2 13 23 0 5A 18 53 52 2A
Octal 177 302 23 43 0 132 30 123 122 52
Binary 1111111 11000010 10011 100011 0 1011010 11000 1010011 1010010 101010

Color Harmonies of #7FC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC213

Black with #7FC213

Text Example


Text Example

White with #7FC213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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