Html Css Color HEX #7DC502 Lima

📋 copy color: '#7DC502'

red 125 ◦ green 197 ◦ blue 2

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

Shades of Lima #7DC502

Tints of Lima #7DC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 60.8%

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

R = 38.58%
G = 60.8%
B = 0.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#7DC502 (or 0x7DC502) is known color: Lima. HEX triplet: 7D, C5 and 02. RGB value is (125,197,2). Sum of RGB (Red+Green+Blue) = 125+197+2=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC502 is #823AFD. Grayscale: #999999. Windows color (decimal): -8534782 or 181629. OLE color: 181629.

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

Color convert

RGB 125 197 2 -
CMYK 0.37 0 0.99 0.23
HSL 82.15º 0.98% 0.39% -
HSV(B) 82.15º 0.99% 0.77% -
XYZ 28.43 44.3 7.11 -
YUV 153.24 42.65 107.86 -
System Red Green Blue C M Y K H S L
Decimal 125 197 2 0.37 0 0.99 0.23 82.15 0.98 0.39
Hex 7D C5 2 25 0 63 17 52 62 27
Octal 175 305 2 45 0 143 27 122 142 47
Binary 1111101 11000101 10 100101 0 1100011 10111 1010010 1100010 100111

Color Harmonies of #7DC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC502

Black with #7DC502

Text Example


Text Example

White with #7DC502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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