Html Css Color HEX #7FD20E Lima

📋 copy color: '#7FD20E'

red 127 ◦ green 210 ◦ blue 14

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

Shades of Lima #7FD20E

Tints of Lima #7FD20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.83%

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 36.18%
G = 59.83%
B = 3.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#7FD20E (or 0x7FD20E) is known color: Lima. HEX triplet: 7F, D2 and 0E. RGB value is (127,210,14). Sum of RGB (Red+Green+Blue) = 127+210+14=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD20E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FD20E is #802DF1. Grayscale: #A3A3A3. Windows color (decimal): -8400370 or 971391. OLE color: 971391.

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

Color convert

RGB 127 210 14 -
CMYK 0.40 0 0.93 0.18
HSL 85.41º 0.88% 0.44% -
HSV(B) 85.41º 0.93% 0.82% -
XYZ 31.88 50.64 8.51 -
YUV 162.84 44 102.44 -
System Red Green Blue C M Y K H S L
Decimal 127 210 14 0.40 0 0.93 0.18 85.41 0.88 0.44
Hex 7F D2 E 28 0 5D 12 55 58 2C
Octal 177 322 16 50 0 135 22 125 130 54
Binary 1111111 11010010 1110 101000 0 1011101 10010 1010101 1011000 101100

Color Harmonies of #7FD20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD20E

Black with #7FD20E

Text Example


Text Example

White with #7FD20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,210,14); }

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

background-color css

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

 a { background-color: rgb(127,210,14); }

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

border-color css

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

 span { border-color: rgb(127,210,14); }

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