Html Css Color HEX #7DC517 Lima

📋 copy color: '#7DC517'

red 125 ◦ green 197 ◦ blue 23

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

Shades of Lima #7DC517

Tints of Lima #7DC517

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.1%

 BLUE value IS 23 (9.38% from 255) = 6.67%

R = 36.23%
G = 57.1%
B = 6.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#7DC517 (or 0x7DC517) is known color: Lima. HEX triplet: 7D, C5 and 17. RGB value is (125,197,23). Sum of RGB (Red+Green+Blue) = 125+197+23=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC517 is #823AE8. Grayscale: #9C9C9C. Windows color (decimal): -8534761 or 1557885. OLE color: 1557885.

HSL color Cylindrical-coordinate representation of color #7DC517: hue angle of 84.83º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DC517 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 197 23 -
CMYK 0.37 0 0.88 0.23
HSL 84.83º 0.79% 0.43% -
HSV(B) 84.83º 0.88% 0.77% -
XYZ 28.58 44.35 7.87 -
YUV 155.64 53.15 106.15 -
System Red Green Blue C M Y K H S L
Decimal 125 197 23 0.37 0 0.88 0.23 84.83 0.79 0.43
Hex 7D C5 17 25 0 58 17 55 4F 2B
Octal 175 305 27 45 0 130 27 125 117 53
Binary 1111101 11000101 10111 100101 0 1011000 10111 1010101 1001111 101011

Color Harmonies of #7DC517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC517

Black with #7DC517

Text Example


Text Example

White with #7DC517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,197,23); }

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

background-color css

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

 a { background-color: rgb(125,197,23); }

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

border-color css

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

 span { border-color: rgb(125,197,23); }

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