Html Css Color HEX #7DB004 Lima

📋 copy color: '#7DB004'

red 125 ◦ green 176 ◦ blue 4

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

Shades of Lima #7DB004

Tints of Lima #7DB004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 40.98%
G = 57.7%
B = 1.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#7DB004 (or 0x7DB004) is known color: Lima. HEX triplet: 7D, B0 and 04. RGB value is (125,176,4). Sum of RGB (Red+Green+Blue) = 125+176+4=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB004 is #824FFB. Grayscale: #8D8D8D. Windows color (decimal): -8540156 or 307325. OLE color: 307325.

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

Color convert

RGB 125 176 4 -
CMYK 0.29 0 0.98 0.31
HSL 77.79º 0.96% 0.35% -
HSV(B) 77.79º 0.98% 0.69% -
XYZ 24 35.42 5.69 -
YUV 141.14 50.6 116.49 -
System Red Green Blue C M Y K H S L
Decimal 125 176 4 0.29 0 0.98 0.31 77.79 0.96 0.35
Hex 7D B0 4 1D 0 62 1F 4E 60 23
Octal 175 260 4 35 0 142 37 116 140 43
Binary 1111101 10110000 100 11101 0 1100010 11111 1001110 1100000 100011

Color Harmonies of #7DB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB004

Black with #7DB004

Text Example


Text Example

White with #7DB004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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