Html Css Color HEX #7DD310 Lima

📋 copy color: '#7DD310'

red 125 ◦ green 211 ◦ blue 16

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

Shades of Lima #7DD310

Tints of Lima #7DD310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.94%

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 35.51%
G = 59.94%
B = 4.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#7DD310 (or 0x7DD310) is known color: Lima. HEX triplet: 7D, D3 and 10. RGB value is (125,211,16). Sum of RGB (Red+Green+Blue) = 125+211+16=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD310 is #822CEF. Grayscale: #A3A3A3. Windows color (decimal): -8531184 or 1102717. OLE color: 1102717.

HSL color Cylindrical-coordinate representation of color #7DD310: hue angle of 86.46º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DD310 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 125 211 16 -
CMYK 0.41 0 0.92 0.17
HSL 86.46º 0.86% 0.45% -
HSV(B) 86.46º 0.92% 0.83% -
XYZ 31.85 50.99 8.65 -
YUV 163.06 45.01 100.86 -
System Red Green Blue C M Y K H S L
Decimal 125 211 16 0.41 0 0.92 0.17 86.46 0.86 0.45
Hex 7D D3 10 29 0 5C 11 56 56 2D
Octal 175 323 20 51 0 134 21 126 126 55
Binary 1111101 11010011 10000 101001 0 1011100 10001 1010110 1010110 101101

Color Harmonies of #7DD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD310

Black with #7DD310

Text Example


Text Example

White with #7DD310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,211,16); }

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

background-color css

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

 a { background-color: rgb(125,211,16); }

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

border-color css

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

 span { border-color: rgb(125,211,16); }

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