Html Css Color HEX #7DC00E Lima

📋 copy color: '#7DC00E'

red 125 ◦ green 192 ◦ blue 14

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

Shades of Lima #7DC00E

Tints of Lima #7DC00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.23%

R = 37.76%
G = 58.01%
B = 4.23%

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

#7DC00E (or 0x7DC00E) is known color: Lima. HEX triplet: 7D, C0 and 0E. RGB value is (125,192,14). Sum of RGB (Red+Green+Blue) = 125+192+14=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC00E is #823FF1. Grayscale: #989898. Windows color (decimal): -8536050 or 966781. OLE color: 966781.

HSL color Cylindrical-coordinate representation of color #7DC00E: hue angle of 82.58º degrees, saturation: 0.86, 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 #7DC00E is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 14 -
CMYK 0.35 0 0.93 0.25
HSL 82.58º 0.86% 0.4% -
HSV(B) 82.58º 0.93% 0.75% -
XYZ 27.39 42.09 7.1 -
YUV 151.68 50.3 108.97 -
System Red Green Blue C M Y K H S L
Decimal 125 192 14 0.35 0 0.93 0.25 82.58 0.86 0.4
Hex 7D C0 E 23 0 5D 19 53 56 28
Octal 175 300 16 43 0 135 31 123 126 50
Binary 1111101 11000000 1110 100011 0 1011101 11001 1010011 1010110 101000

Color Harmonies of #7DC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC00E

Black with #7DC00E

Text Example


Text Example

White with #7DC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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