Html Css Color HEX #7DC613 Lima

📋 copy color: '#7DC613'

red 125 ◦ green 198 ◦ blue 19

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

Shades of Lima #7DC613

Tints of Lima #7DC613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 36.55%
G = 57.89%
B = 5.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#7DC613 (or 0x7DC613) is known color: Lima. HEX triplet: 7D, C6 and 13. RGB value is (125,198,19). Sum of RGB (Red+Green+Blue) = 125+198+19=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC613 is #8239EC. Grayscale: #9C9C9C. Windows color (decimal): -8534509 or 1295997. OLE color: 1295997.

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

Color convert

RGB 125 198 19 -
CMYK 0.37 0 0.90 0.22
HSL 84.47º 0.82% 0.43% -
HSV(B) 84.47º 0.9% 0.78% -
XYZ 28.77 44.8 7.75 -
YUV 155.77 50.82 106.05 -
System Red Green Blue C M Y K H S L
Decimal 125 198 19 0.37 0 0.90 0.22 84.47 0.82 0.43
Hex 7D C6 13 25 0 5A 16 54 52 2B
Octal 175 306 23 45 0 132 26 124 122 53
Binary 1111101 11000110 10011 100101 0 1011010 10110 1010100 1010010 101011

Color Harmonies of #7DC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC613

Black with #7DC613

Text Example


Text Example

White with #7DC613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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