Html Css Color HEX #7DB028 Lima

📋 copy color: '#7DB028'

red 125 ◦ green 176 ◦ blue 40

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

Shades of Lima #7DB028

Tints of Lima #7DB028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 36.66%
G = 51.61%
B = 11.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#7DB028 (or 0x7DB028) is known color: Lima. HEX triplet: 7D, B0 and 28. RGB value is (125,176,40). Sum of RGB (Red+Green+Blue) = 125+176+40=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB028 is #824FD7. Grayscale: #919191. Windows color (decimal): -8540120 or 2666621. OLE color: 2666621.

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

Color convert

RGB 125 176 40 -
CMYK 0.29 0 0.77 0.31
HSL 82.5º 0.63% 0.42% -
HSV(B) 82.5º 0.77% 0.69% -
XYZ 24.37 35.56 7.59 -
YUV 145.25 68.6 113.56 -
System Red Green Blue C M Y K H S L
Decimal 125 176 40 0.29 0 0.77 0.31 82.5 0.63 0.42
Hex 7D B0 28 1D 0 4D 1F 52 3F 2A
Octal 175 260 50 35 0 115 37 122 77 52
Binary 1111101 10110000 101000 11101 0 1001101 11111 1010010 111111 101010

Color Harmonies of #7DB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB028

Black with #7DB028

Text Example


Text Example

White with #7DB028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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