Html Css Color HEX #7CD20E Lima

📋 copy color: '#7CD20E'

red 124 ◦ green 210 ◦ blue 14

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

Shades of Lima #7CD20E

Tints of Lima #7CD20E

RGB

 RED value IS 124 (48.83% from 255) = 35.63%

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

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

R = 35.63%
G = 60.34%
B = 4.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#7CD20E (or 0x7CD20E) is known color: Lima. HEX triplet: 7C, D2 and 0E. RGB value is (124,210,14). Sum of RGB (Red+Green+Blue) = 124+210+14=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD20E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CD20E is #832DF1. Grayscale: #A2A2A2. Windows color (decimal): -8596978 or 971388. OLE color: 971388.

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

Color convert

RGB 124 210 14 -
CMYK 0.41 0 0.93 0.18
HSL 86.33º 0.88% 0.44% -
HSV(B) 86.33º 0.93% 0.82% -
XYZ 31.44 50.41 8.49 -
YUV 161.94 44.51 100.94 -
System Red Green Blue C M Y K H S L
Decimal 124 210 14 0.41 0 0.93 0.18 86.33 0.88 0.44
Hex 7C D2 E 29 0 5D 12 56 58 2C
Octal 174 322 16 51 0 135 22 126 130 54
Binary 1111100 11010010 1110 101001 0 1011101 10010 1010110 1011000 101100

Color Harmonies of #7CD20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD20E

Black with #7CD20E

Text Example


Text Example

White with #7CD20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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