Html Css Color HEX #7DC60F Lima

📋 copy color: '#7DC60F'

red 125 ◦ green 198 ◦ blue 15

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

Shades of Lima #7DC60F

Tints of Lima #7DC60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.44%

R = 36.98%
G = 58.58%
B = 4.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#7DC60F (or 0x7DC60F) is known color: Lima. HEX triplet: 7D, C6 and 0F. RGB value is (125,198,15). Sum of RGB (Red+Green+Blue) = 125+198+15=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 198 (77.73% from 255 or 58.58% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC60F is #8239F0. Grayscale: #9B9B9B. Windows color (decimal): -8534513 or 1033853. OLE color: 1033853.

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

Color convert

RGB 125 198 15 -
CMYK 0.37 0 0.92 0.22
HSL 83.93º 0.86% 0.42% -
HSV(B) 83.93º 0.92% 0.78% -
XYZ 28.74 44.78 7.58 -
YUV 155.31 48.82 106.38 -
System Red Green Blue C M Y K H S L
Decimal 125 198 15 0.37 0 0.92 0.22 83.93 0.86 0.42
Hex 7D C6 F 25 0 5C 16 54 56 2A
Octal 175 306 17 45 0 134 26 124 126 52
Binary 1111101 11000110 1111 100101 0 1011100 10110 1010100 1010110 101010

Color Harmonies of #7DC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC60F

Black with #7DC60F

Text Example


Text Example

White with #7DC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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