Html Css Color HEX #7DB304 Lima

📋 copy color: '#7DB304'

red 125 ◦ green 179 ◦ blue 4

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

Shades of Lima #7DB304

Tints of Lima #7DB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.12%

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

R = 40.58%
G = 58.12%
B = 1.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#7DB304 (or 0x7DB304) is known color: Lima. HEX triplet: 7D, B3 and 04. RGB value is (125,179,4). Sum of RGB (Red+Green+Blue) = 125+179+4=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB304 is #824CFB. Grayscale: #8F8F8F. Windows color (decimal): -8539388 or 308093. OLE color: 308093.

HSL color Cylindrical-coordinate representation of color #7DB304: hue angle of 78.51º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DB304 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 4 -
CMYK 0.30 0 0.98 0.30
HSL 78.51º 0.96% 0.36% -
HSV(B) 78.51º 0.98% 0.7% -
XYZ 24.6 36.61 5.88 -
YUV 142.9 49.61 115.23 -
System Red Green Blue C M Y K H S L
Decimal 125 179 4 0.30 0 0.98 0.30 78.51 0.96 0.36
Hex 7D B3 4 1E 0 62 1E 4F 60 24
Octal 175 263 4 36 0 142 36 117 140 44
Binary 1111101 10110011 100 11110 0 1100010 11110 1001111 1100000 100100

Color Harmonies of #7DB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB304

Black with #7DB304

Text Example


Text Example

White with #7DB304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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