Html Css Color HEX #7DC503 Lima

📋 copy color: '#7DC503'

red 125 ◦ green 197 ◦ blue 3

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

Shades of Lima #7DC503

Tints of Lima #7DC503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 38.46%
G = 60.62%
B = 0.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#7DC503 (or 0x7DC503) is known color: Lima. HEX triplet: 7D, C5 and 03. RGB value is (125,197,3). Sum of RGB (Red+Green+Blue) = 125+197+3=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC503 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC503 is #823AFC. Grayscale: #9A9A9A. Windows color (decimal): -8534781 or 247165. OLE color: 247165.

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

Color convert

RGB 125 197 3 -
CMYK 0.37 0 0.98 0.23
HSL 82.27º 0.97% 0.39% -
HSV(B) 82.27º 0.98% 0.77% -
XYZ 28.44 44.3 7.14 -
YUV 153.36 43.15 107.77 -
System Red Green Blue C M Y K H S L
Decimal 125 197 3 0.37 0 0.98 0.23 82.27 0.97 0.39
Hex 7D C5 3 25 0 62 17 52 61 27
Octal 175 305 3 45 0 142 27 122 141 47
Binary 1111101 11000101 11 100101 0 1100010 10111 1010010 1100001 100111

Color Harmonies of #7DC503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC503

Black with #7DC503

Text Example


Text Example

White with #7DC503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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