Html Css Color HEX #7DC60E Lima

📋 copy color: '#7DC60E'

red 125 ◦ green 198 ◦ blue 14

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

Shades of Lima #7DC60E

Tints of Lima #7DC60E

RGB

 RED value IS 125 (49.22% from 255) = 37.09%

 GREEN value IS 198 (77.73% from 255) = 58.75%

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

R = 37.09%
G = 58.75%
B = 4.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#7DC60E (or 0x7DC60E) is known color: Lima. HEX triplet: 7D, C6 and 0E. RGB value is (125,198,14). Sum of RGB (Red+Green+Blue) = 125+198+14=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 198 (77.73% from 255 or 58.75% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC60E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC60E is #8239F1. Grayscale: #9B9B9B. Windows color (decimal): -8534514 or 968317. OLE color: 968317.

HSL color Cylindrical-coordinate representation of color #7DC60E: hue angle of 83.8º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DC60E is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 198 14 -
CMYK 0.37 0 0.93 0.22
HSL 83.8º 0.87% 0.42% -
HSV(B) 83.8º 0.93% 0.78% -
XYZ 28.73 44.78 7.54 -
YUV 155.2 48.32 106.46 -
System Red Green Blue C M Y K H S L
Decimal 125 198 14 0.37 0 0.93 0.22 83.8 0.87 0.42
Hex 7D C6 E 25 0 5D 16 54 57 2A
Octal 175 306 16 45 0 135 26 124 127 52
Binary 1111101 11000110 1110 100101 0 1011101 10110 1010100 1010111 101010

Color Harmonies of #7DC60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC60E

Black with #7DC60E

Text Example


Text Example

White with #7DC60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,198,14); }

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

background-color css

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

 a { background-color: rgb(125,198,14); }

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

border-color css

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

 span { border-color: rgb(125,198,14); }

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