Html Css Color HEX #7FD112 Lima

📋 copy color: '#7FD112'

red 127 ◦ green 209 ◦ blue 18

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

Shades of Lima #7FD112

Tints of Lima #7FD112

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.04%

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

R = 35.88%
G = 59.04%
B = 5.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#7FD112 (or 0x7FD112) is known color: Lima. HEX triplet: 7F, D1 and 12. RGB value is (127,209,18). Sum of RGB (Red+Green+Blue) = 127+209+18=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FD112 is #802EED. Grayscale: #A3A3A3. Windows color (decimal): -8400622 or 1233279. OLE color: 1233279.

HSL color Cylindrical-coordinate representation of color #7FD112: hue angle of 85.76º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FD112 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 209 18 -
CMYK 0.39 0 0.91 0.18
HSL 85.76º 0.84% 0.45% -
HSV(B) 85.76º 0.91% 0.82% -
XYZ 31.66 50.16 8.58 -
YUV 162.71 46.33 102.53 -
System Red Green Blue C M Y K H S L
Decimal 127 209 18 0.39 0 0.91 0.18 85.76 0.84 0.45
Hex 7F D1 12 27 0 5B 12 56 54 2D
Octal 177 321 22 47 0 133 22 126 124 55
Binary 1111111 11010001 10010 100111 0 1011011 10010 1010110 1010100 101101

Color Harmonies of #7FD112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD112

Black with #7FD112

Text Example


Text Example

White with #7FD112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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