Html Css Color HEX #7DC603 Lima

📋 copy color: '#7DC603'

red 125 ◦ green 198 ◦ blue 3

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

Shades of Lima #7DC603

Tints of Lima #7DC603

RGB

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

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

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

R = 38.34%
G = 60.74%
B = 0.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#7DC603 (or 0x7DC603) is known color: Lima. HEX triplet: 7D, C6 and 03. RGB value is (125,198,3). Sum of RGB (Red+Green+Blue) = 125+198+3=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC603 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC603 is #8239FC. Grayscale: #9A9A9A. Windows color (decimal): -8534525 or 247421. OLE color: 247421.

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

Color convert

RGB 125 198 3 -
CMYK 0.37 0 0.98 0.22
HSL 82.46º 0.97% 0.39% -
HSV(B) 82.46º 0.98% 0.78% -
XYZ 28.67 44.75 7.21 -
YUV 153.94 42.82 107.36 -
System Red Green Blue C M Y K H S L
Decimal 125 198 3 0.37 0 0.98 0.22 82.46 0.97 0.39
Hex 7D C6 3 25 0 62 16 52 61 27
Octal 175 306 3 45 0 142 26 122 141 47
Binary 1111101 11000110 11 100101 0 1100010 10110 1010010 1100001 100111

Color Harmonies of #7DC603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC603

Black with #7DC603

Text Example


Text Example

White with #7DC603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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