Html Css Color HEX #7ED015 Lima

📋 copy color: '#7ED015'

red 126 ◦ green 208 ◦ blue 21

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

Shades of Lima #7ED015

Tints of Lima #7ED015

RGB

 RED value IS 126 (49.61% from 255) = 35.49%

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

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 35.49%
G = 58.59%
B = 5.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#7ED015 (or 0x7ED015) is known color: Lima. HEX triplet: 7E, D0 and 15. RGB value is (126,208,21). Sum of RGB (Red+Green+Blue) = 126+208+21=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED015 is #812FEA. Grayscale: #A2A2A2. Windows color (decimal): -8466411 or 1429630. OLE color: 1429630.

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

Color convert

RGB 126 208 21 -
CMYK 0.39 0 0.90 0.18
HSL 86.31º 0.82% 0.45% -
HSV(B) 86.31º 0.9% 0.82% -
XYZ 31.3 49.6 8.63 -
YUV 162.16 48.33 102.21 -
System Red Green Blue C M Y K H S L
Decimal 126 208 21 0.39 0 0.90 0.18 86.31 0.82 0.45
Hex 7E D0 15 27 0 5A 12 56 52 2D
Octal 176 320 25 47 0 132 22 126 122 55
Binary 1111110 11010000 10101 100111 0 1011010 10010 1010110 1010010 101101

Color Harmonies of #7ED015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED015

Black with #7ED015

Text Example


Text Example

White with #7ED015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,208,21); }

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

background-color css

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

 a { background-color: rgb(126,208,21); }

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

border-color css

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

 span { border-color: rgb(126,208,21); }

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