Html Css Color HEX #7DC803 Lima

📋 copy color: '#7DC803'

red 125 ◦ green 200 ◦ blue 3

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

Shades of Lima #7DC803

Tints of Lima #7DC803

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.98%

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

R = 38.11%
G = 60.98%
B = 0.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#7DC803 (or 0x7DC803) is known color: Lima. HEX triplet: 7D, C8 and 03. RGB value is (125,200,3). Sum of RGB (Red+Green+Blue) = 125+200+3=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC803 is #8237FC. Grayscale: #9B9B9B. Windows color (decimal): -8534013 or 247933. OLE color: 247933.

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

Color convert

RGB 125 200 3 -
CMYK 0.38 0 0.98 0.22
HSL 82.84º 0.97% 0.4% -
HSV(B) 82.84º 0.99% 0.78% -
XYZ 29.13 45.68 7.37 -
YUV 155.12 42.15 106.52 -
System Red Green Blue C M Y K H S L
Decimal 125 200 3 0.38 0 0.98 0.22 82.84 0.97 0.4
Hex 7D C8 3 26 0 62 16 53 61 28
Octal 175 310 3 46 0 142 26 123 141 50
Binary 1111101 11001000 11 100110 0 1100010 10110 1010011 1100001 101000

Color Harmonies of #7DC803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC803

Black with #7DC803

Text Example


Text Example

White with #7DC803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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