Html Css Color HEX #7FD00F Lima

📋 copy color: '#7FD00F'

red 127 ◦ green 208 ◦ blue 15

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

Shades of Lima #7FD00F

Tints of Lima #7FD00F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.43%

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

R = 36.29%
G = 59.43%
B = 4.29%

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

#7FD00F (or 0x7FD00F) is known color: Lima. HEX triplet: 7F, D0 and 0F. RGB value is (127,208,15). Sum of RGB (Red+Green+Blue) = 127+208+15=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FD00F is #802FF0. Grayscale: #A2A2A2. Windows color (decimal): -8400881 or 1036415. OLE color: 1036415.

HSL color Cylindrical-coordinate representation of color #7FD00F: hue angle of 85.18º 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 #7FD00F is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 208 15 -
CMYK 0.39 0 0.93 0.18
HSL 85.18º 0.87% 0.44% -
HSV(B) 85.18º 0.93% 0.82% -
XYZ 31.39 49.66 8.38 -
YUV 161.78 45.16 103.19 -
System Red Green Blue C M Y K H S L
Decimal 127 208 15 0.39 0 0.93 0.18 85.18 0.87 0.44
Hex 7F D0 F 27 0 5D 12 55 57 2C
Octal 177 320 17 47 0 135 22 125 127 54
Binary 1111111 11010000 1111 100111 0 1011101 10010 1010101 1010111 101100

Color Harmonies of #7FD00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD00F

Black with #7FD00F

Text Example


Text Example

White with #7FD00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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