Html Css Color HEX #7DD014 Lima

📋 copy color: '#7DD014'

red 125 ◦ green 208 ◦ blue 20

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

Shades of Lima #7DD014

Tints of Lima #7DD014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.92%

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

R = 35.41%
G = 58.92%
B = 5.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#7DD014 (or 0x7DD014) is known color: Lima. HEX triplet: 7D, D0 and 14. RGB value is (125,208,20). Sum of RGB (Red+Green+Blue) = 125+208+20=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD014 is #822FEB. Grayscale: #A2A2A2. Windows color (decimal): -8531948 or 1364093. OLE color: 1364093.

HSL color Cylindrical-coordinate representation of color #7DD014: hue angle of 86.49º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DD014 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 20 -
CMYK 0.40 0 0.90 0.18
HSL 86.49º 0.82% 0.45% -
HSV(B) 86.49º 0.9% 0.82% -
XYZ 31.14 49.52 8.58 -
YUV 161.75 48 101.79 -
System Red Green Blue C M Y K H S L
Decimal 125 208 20 0.40 0 0.90 0.18 86.49 0.82 0.45
Hex 7D D0 14 28 0 5A 12 56 52 2D
Octal 175 320 24 50 0 132 22 126 122 55
Binary 1111101 11010000 10100 101000 0 1011010 10010 1010110 1010010 101101

Color Harmonies of #7DD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD014

Black with #7DD014

Text Example


Text Example

White with #7DD014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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