Html Css Color HEX #7DC00D Lima

📋 copy color: '#7DC00D'

red 125 ◦ green 192 ◦ blue 13

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

Shades of Lima #7DC00D

Tints of Lima #7DC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.18%

 BLUE value IS 13 (5.47% from 255) = 3.94%

R = 37.88%
G = 58.18%
B = 3.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#7DC00D (or 0x7DC00D) is known color: Lima. HEX triplet: 7D, C0 and 0D. RGB value is (125,192,13). Sum of RGB (Red+Green+Blue) = 125+192+13=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC00D is #823FF2. Grayscale: #989898. Windows color (decimal): -8536051 or 901245. OLE color: 901245.

HSL color Cylindrical-coordinate representation of color #7DC00D: hue angle of 82.46º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DC00D is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 13 -
CMYK 0.35 0 0.93 0.25
HSL 82.46º 0.87% 0.4% -
HSV(B) 82.46º 0.93% 0.75% -
XYZ 27.38 42.09 7.06 -
YUV 151.56 49.8 109.05 -
System Red Green Blue C M Y K H S L
Decimal 125 192 13 0.35 0 0.93 0.25 82.46 0.87 0.4
Hex 7D C0 D 23 0 5D 19 52 57 28
Octal 175 300 15 43 0 135 31 122 127 50
Binary 1111101 11000000 1101 100011 0 1011101 11001 1010010 1010111 101000

Color Harmonies of #7DC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC00D

Black with #7DC00D

Text Example


Text Example

White with #7DC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,13); }

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

background-color css

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

 a { background-color: rgb(125,192,13); }

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

border-color css

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

 span { border-color: rgb(125,192,13); }

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