Html Css Color HEX #7ED215 Lima

📋 copy color: '#7ED215'

red 126 ◦ green 210 ◦ blue 21

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

Shades of Lima #7ED215

Tints of Lima #7ED215

RGB

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

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

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

R = 35.29%
G = 58.82%
B = 5.88%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#7ED215 (or 0x7ED215) is known color: Lima. HEX triplet: 7E, D2 and 15. RGB value is (126,210,21). Sum of RGB (Red+Green+Blue) = 126+210+21=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED215 is #812DEA. Grayscale: #A4A4A4. Windows color (decimal): -8465899 or 1430142. OLE color: 1430142.

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

Color convert

RGB 126 210 21 -
CMYK 0.4 0 0.90 0.18
HSL 86.67º 0.82% 0.45% -
HSV(B) 86.67º 0.9% 0.82% -
XYZ 31.79 50.58 8.8 -
YUV 163.34 47.67 101.37 -
System Red Green Blue C M Y K H S L
Decimal 126 210 21 0.4 0 0.90 0.18 86.67 0.82 0.45
Hex 7E D2 15 28 0 5A 12 57 52 2D
Octal 176 322 25 50 0 132 22 127 122 55
Binary 1111110 11010010 10101 101000 0 1011010 10010 1010111 1010010 101101

Color Harmonies of #7ED215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED215

Black with #7ED215

Text Example


Text Example

White with #7ED215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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