Html Css Color HEX #7DC72C Lima

📋 copy color: '#7DC72C'

red 125 ◦ green 199 ◦ blue 44

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

Shades of Lima #7DC72C

Tints of Lima #7DC72C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.08%

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 33.97%
G = 54.08%
B = 11.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#7DC72C (or 0x7DC72C) is known color: Lima. HEX triplet: 7D, C7 and 2C. RGB value is (125,199,44). Sum of RGB (Red+Green+Blue) = 125+199+44=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 199 (78.12% from 255 or 54.08% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC72C is #8238D3. Grayscale: #9F9F9F. Windows color (decimal): -8534228 or 2934653. OLE color: 2934653.

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

Color convert

RGB 125 199 44 -
CMYK 0.37 0 0.78 0.22
HSL 88.65º 0.64% 0.48% -
HSV(B) 88.65º 0.78% 0.78% -
XYZ 29.34 45.39 9.6 -
YUV 159.2 62.98 103.6 -
System Red Green Blue C M Y K H S L
Decimal 125 199 44 0.37 0 0.78 0.22 88.65 0.64 0.48
Hex 7D C7 2C 25 0 4E 16 59 40 30
Octal 175 307 54 45 0 116 26 131 100 60
Binary 1111101 11000111 101100 100101 0 1001110 10110 1011001 1000000 110000

Color Harmonies of #7DC72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC72C

Black with #7DC72C

Text Example


Text Example

White with #7DC72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,199,44); }

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

background-color css

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

 a { background-color: rgb(125,199,44); }

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

border-color css

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

 span { border-color: rgb(125,199,44); }

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