Html Css Color HEX #7DC623 Lima

📋 copy color: '#7DC623'

red 125 ◦ green 198 ◦ blue 35

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

Shades of Lima #7DC623

Tints of Lima #7DC623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.78%

R = 34.92%
G = 55.31%
B = 9.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#7DC623 (or 0x7DC623) is known color: Lima. HEX triplet: 7D, C6 and 23. RGB value is (125,198,35). Sum of RGB (Red+Green+Blue) = 125+198+35=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC623 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC623 is #8239DC. Grayscale: #9E9E9E. Windows color (decimal): -8534493 or 2344573. OLE color: 2344573.

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

Color convert

RGB 125 198 35 -
CMYK 0.37 0 0.82 0.22
HSL 86.87º 0.7% 0.46% -
HSV(B) 86.87º 0.82% 0.78% -
XYZ 28.95 44.87 8.72 -
YUV 157.59 58.82 104.75 -
System Red Green Blue C M Y K H S L
Decimal 125 198 35 0.37 0 0.82 0.22 86.87 0.7 0.46
Hex 7D C6 23 25 0 52 16 57 46 2E
Octal 175 306 43 45 0 122 26 127 106 56
Binary 1111101 11000110 100011 100101 0 1010010 10110 1010111 1000110 101110

Color Harmonies of #7DC623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC623

Black with #7DC623

Text Example


Text Example

White with #7DC623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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