Html Css Color HEX #7DB013 Lima

📋 copy color: '#7DB013'

red 125 ◦ green 176 ◦ blue 19

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

Shades of Lima #7DB013

Tints of Lima #7DB013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 39.06%
G = 55%
B = 5.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#7DB013 (or 0x7DB013) is known color: Lima. HEX triplet: 7D, B0 and 13. RGB value is (125,176,19). Sum of RGB (Red+Green+Blue) = 125+176+19=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB013 is #824FEC. Grayscale: #8F8F8F. Windows color (decimal): -8540141 or 1290365. OLE color: 1290365.

HSL color Cylindrical-coordinate representation of color #7DB013: hue angle of 79.49º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DB013 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 19 -
CMYK 0.29 0 0.89 0.31
HSL 79.49º 0.81% 0.38% -
HSV(B) 79.49º 0.89% 0.69% -
XYZ 24.1 35.46 6.19 -
YUV 142.85 58.1 115.27 -
System Red Green Blue C M Y K H S L
Decimal 125 176 19 0.29 0 0.89 0.31 79.49 0.81 0.38
Hex 7D B0 13 1D 0 59 1F 4F 51 26
Octal 175 260 23 35 0 131 37 117 121 46
Binary 1111101 10110000 10011 11101 0 1011001 11111 1001111 1010001 100110

Color Harmonies of #7DB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB013

Black with #7DB013

Text Example


Text Example

White with #7DB013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,176,19); }

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

background-color css

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

 a { background-color: rgb(125,176,19); }

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

border-color css

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

 span { border-color: rgb(125,176,19); }

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