Html Css Color HEX #7DC60B Lima

📋 copy color: '#7DC60B'

red 125 ◦ green 198 ◦ blue 11

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

Shades of Lima #7DC60B

Tints of Lima #7DC60B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.28%

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 37.43%
G = 59.28%
B = 3.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#7DC60B (or 0x7DC60B) is known color: Lima. HEX triplet: 7D, C6 and 0B. RGB value is (125,198,11). Sum of RGB (Red+Green+Blue) = 125+198+11=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC60B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC60B is #8239F4. Grayscale: #9B9B9B. Windows color (decimal): -8534517 or 771709. OLE color: 771709.

HSL color Cylindrical-coordinate representation of color #7DC60B: hue angle of 83.42º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DC60B is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 198 11 -
CMYK 0.37 0 0.94 0.22
HSL 83.42º 0.89% 0.41% -
HSV(B) 83.42º 0.94% 0.78% -
XYZ 28.71 44.77 7.45 -
YUV 154.86 46.82 106.71 -
System Red Green Blue C M Y K H S L
Decimal 125 198 11 0.37 0 0.94 0.22 83.42 0.89 0.41
Hex 7D C6 B 25 0 5E 16 53 59 29
Octal 175 306 13 45 0 136 26 123 131 51
Binary 1111101 11000110 1011 100101 0 1011110 10110 1010011 1011001 101001

Color Harmonies of #7DC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC60B

Black with #7DC60B

Text Example


Text Example

White with #7DC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,198,11); }

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

background-color css

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

 a { background-color: rgb(125,198,11); }

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

border-color css

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

 span { border-color: rgb(125,198,11); }

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