Html Css Color HEX #7DC122 Lima

📋 copy color: '#7DC122'

red 125 ◦ green 193 ◦ blue 34

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

Shades of Lima #7DC122

Tints of Lima #7DC122

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.83%

 BLUE value IS 34 (13.67% from 255) = 9.66%

R = 35.51%
G = 54.83%
B = 9.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#7DC122 (or 0x7DC122) is known color: Lima. HEX triplet: 7D, C1 and 22. RGB value is (125,193,34). Sum of RGB (Red+Green+Blue) = 125+193+34=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC122 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC122 is #823EDD. Grayscale: #9B9B9B. Windows color (decimal): -8535774 or 2277757. OLE color: 2277757.

HSL color Cylindrical-coordinate representation of color #7DC122: hue angle of 85.66º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DC122 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 193 34 -
CMYK 0.35 0 0.82 0.24
HSL 85.66º 0.7% 0.45% -
HSV(B) 85.66º 0.82% 0.76% -
XYZ 27.82 42.62 8.27 -
YUV 154.54 59.97 106.93 -
System Red Green Blue C M Y K H S L
Decimal 125 193 34 0.35 0 0.82 0.24 85.66 0.7 0.45
Hex 7D C1 22 23 0 52 18 56 46 2D
Octal 175 301 42 43 0 122 30 126 106 55
Binary 1111101 11000001 100010 100011 0 1010010 11000 1010110 1000110 101101

Color Harmonies of #7DC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC122

Black with #7DC122

Text Example


Text Example

White with #7DC122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,193,34); }

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

background-color css

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

 a { background-color: rgb(125,193,34); }

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

border-color css

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

 span { border-color: rgb(125,193,34); }

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