Html Css Color HEX #7DC014 Lima

📋 copy color: '#7DC014'

red 125 ◦ green 192 ◦ blue 20

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

Shades of Lima #7DC014

Tints of Lima #7DC014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 37.09%
G = 56.97%
B = 5.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#7DC014 (or 0x7DC014) is known color: Lima. HEX triplet: 7D, C0 and 14. RGB value is (125,192,20). Sum of RGB (Red+Green+Blue) = 125+192+20=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC014 is #823FEB. Grayscale: #989898. Windows color (decimal): -8536044 or 1359997. OLE color: 1359997.

HSL color Cylindrical-coordinate representation of color #7DC014: hue angle of 83.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DC014 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 20 -
CMYK 0.35 0 0.90 0.25
HSL 83.37º 0.81% 0.42% -
HSV(B) 83.37º 0.9% 0.75% -
XYZ 27.43 42.11 7.34 -
YUV 152.36 53.3 108.49 -
System Red Green Blue C M Y K H S L
Decimal 125 192 20 0.35 0 0.90 0.25 83.37 0.81 0.42
Hex 7D C0 14 23 0 5A 19 53 51 2A
Octal 175 300 24 43 0 132 31 123 121 52
Binary 1111101 11000000 10100 100011 0 1011010 11001 1010011 1010001 101010

Color Harmonies of #7DC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC014

Black with #7DC014

Text Example


Text Example

White with #7DC014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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