Html Css Color HEX #7ED312 Lima

📋 copy color: '#7ED312'

red 126 ◦ green 211 ◦ blue 18

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

Shades of Lima #7ED312

Tints of Lima #7ED312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.44%

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 35.49%
G = 59.44%
B = 5.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#7ED312 (or 0x7ED312) is known color: Lima. HEX triplet: 7E, D3 and 12. RGB value is (126,211,18). Sum of RGB (Red+Green+Blue) = 126+211+18=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED312 is #812CED. Grayscale: #A4A4A4. Windows color (decimal): -8465646 or 1233790. OLE color: 1233790.

HSL color Cylindrical-coordinate representation of color #7ED312: hue angle of 86.42º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7ED312 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 126 211 18 -
CMYK 0.40 0 0.91 0.17
HSL 86.42º 0.84% 0.45% -
HSV(B) 86.42º 0.91% 0.83% -
XYZ 32.01 51.07 8.74 -
YUV 163.58 45.84 101.19 -
System Red Green Blue C M Y K H S L
Decimal 126 211 18 0.40 0 0.91 0.17 86.42 0.84 0.45
Hex 7E D3 12 28 0 5B 11 56 54 2D
Octal 176 323 22 50 0 133 21 126 124 55
Binary 1111110 11010011 10010 101000 0 1011011 10001 1010110 1010100 101101

Color Harmonies of #7ED312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED312

Black with #7ED312

Text Example


Text Example

White with #7ED312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,211,18); }

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

background-color css

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

 a { background-color: rgb(126,211,18); }

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

border-color css

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

 span { border-color: rgb(126,211,18); }

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