Html Css Color HEX #7DB802 Lima

📋 copy color: '#7DB802'

red 125 ◦ green 184 ◦ blue 2

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

Shades of Lima #7DB802

Tints of Lima #7DB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.16%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 40.19%
G = 59.16%
B = 0.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#7DB802 (or 0x7DB802) is known color: Lima. HEX triplet: 7D, B8 and 02. RGB value is (125,184,2). Sum of RGB (Red+Green+Blue) = 125+184+2=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB802 is #8247FD. Grayscale: #929292. Windows color (decimal): -8538110 or 178301. OLE color: 178301.

HSL color Cylindrical-coordinate representation of color #7DB802: hue angle of 79.45º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DB802 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 184 2 -
CMYK 0.32 0 0.99 0.28
HSL 79.45º 0.98% 0.36% -
HSV(B) 79.45º 0.99% 0.72% -
XYZ 25.61 38.65 6.17 -
YUV 145.61 46.95 113.3 -
System Red Green Blue C M Y K H S L
Decimal 125 184 2 0.32 0 0.99 0.28 79.45 0.98 0.36
Hex 7D B8 2 20 0 63 1C 4F 62 24
Octal 175 270 2 40 0 143 34 117 142 44
Binary 1111101 10111000 10 100000 0 1100011 11100 1001111 1100010 100100

Color Harmonies of #7DB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB802

Black with #7DB802

Text Example


Text Example

White with #7DB802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,184,2); }

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

background-color css

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

 a { background-color: rgb(125,184,2); }

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

border-color css

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

 span { border-color: rgb(125,184,2); }

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