Html Css Color HEX #7DB902 Lima

📋 copy color: '#7DB902'

red 125 ◦ green 185 ◦ blue 2

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

Shades of Lima #7DB902

Tints of Lima #7DB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.29%

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

R = 40.06%
G = 59.29%
B = 0.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#7DB902 (or 0x7DB902) is known color: Lima. HEX triplet: 7D, B9 and 02. RGB value is (125,185,2). Sum of RGB (Red+Green+Blue) = 125+185+2=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB902 is #8246FD. Grayscale: #929292. Windows color (decimal): -8537854 or 178557. OLE color: 178557.

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

Color convert

RGB 125 185 2 -
CMYK 0.32 0 0.99 0.27
HSL 79.67º 0.98% 0.37% -
HSV(B) 79.67º 0.99% 0.73% -
XYZ 25.82 39.06 6.24 -
YUV 146.2 46.62 112.88 -
System Red Green Blue C M Y K H S L
Decimal 125 185 2 0.32 0 0.99 0.27 79.67 0.98 0.37
Hex 7D B9 2 20 0 63 1B 50 62 25
Octal 175 271 2 40 0 143 33 120 142 45
Binary 1111101 10111001 10 100000 0 1100011 11011 1010000 1100010 100101

Color Harmonies of #7DB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB902

Black with #7DB902

Text Example


Text Example

White with #7DB902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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