Html Css Color HEX #7DC601 Lima

📋 copy color: '#7DC601'

red 125 ◦ green 198 ◦ blue 1

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

Shades of Lima #7DC601

Tints of Lima #7DC601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 38.58%
G = 61.11%
B = 0.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#7DC601 (or 0x7DC601) is known color: Lima. HEX triplet: 7D, C6 and 01. RGB value is (125,198,1). Sum of RGB (Red+Green+Blue) = 125+198+1=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 198 (77.73% from 255 or 61.11% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC601 is #8239FE. Grayscale: #9A9A9A. Windows color (decimal): -8534527 or 116349. OLE color: 116349.

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

Color convert

RGB 125 198 1 -
CMYK 0.37 0 0.99 0.22
HSL 82.23º 0.99% 0.39% -
HSV(B) 82.23º 0.99% 0.78% -
XYZ 28.66 44.75 7.16 -
YUV 153.72 41.82 107.52 -
System Red Green Blue C M Y K H S L
Decimal 125 198 1 0.37 0 0.99 0.22 82.23 0.99 0.39
Hex 7D C6 1 25 0 63 16 52 63 27
Octal 175 306 1 45 0 143 26 122 143 47
Binary 1111101 11000110 1 100101 0 1100011 10110 1010010 1100011 100111

Color Harmonies of #7DC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC601

Black with #7DC601

Text Example


Text Example

White with #7DC601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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