Html Css Color HEX #7FD10F Lima

📋 copy color: '#7FD10F'

red 127 ◦ green 209 ◦ blue 15

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

Shades of Lima #7FD10F

Tints of Lima #7FD10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.27%

R = 36.18%
G = 59.54%
B = 4.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#7FD10F (or 0x7FD10F) is known color: Lima. HEX triplet: 7F, D1 and 0F. RGB value is (127,209,15). Sum of RGB (Red+Green+Blue) = 127+209+15=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 209 (82.03% from 255 or 59.54% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD10F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FD10F is #802EF0. Grayscale: #A3A3A3. Windows color (decimal): -8400625 or 1036671. OLE color: 1036671.

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

Color convert

RGB 127 209 15 -
CMYK 0.39 0 0.93 0.18
HSL 85.36º 0.87% 0.44% -
HSV(B) 85.36º 0.93% 0.82% -
XYZ 31.64 50.15 8.46 -
YUV 162.37 44.83 102.77 -
System Red Green Blue C M Y K H S L
Decimal 127 209 15 0.39 0 0.93 0.18 85.36 0.87 0.44
Hex 7F D1 F 27 0 5D 12 55 57 2C
Octal 177 321 17 47 0 135 22 125 127 54
Binary 1111111 11010001 1111 100111 0 1011101 10010 1010101 1010111 101100

Color Harmonies of #7FD10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD10F

Black with #7FD10F

Text Example


Text Example

White with #7FD10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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