Html Css Color HEX #7DC42C Lima

📋 copy color: '#7DC42C'

red 125 ◦ green 196 ◦ blue 44

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

Shades of Lima #7DC42C

Tints of Lima #7DC42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.7%

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

R = 34.25%
G = 53.7%
B = 12.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#7DC42C (or 0x7DC42C) is known color: Lima. HEX triplet: 7D, C4 and 2C. RGB value is (125,196,44). Sum of RGB (Red+Green+Blue) = 125+196+44=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC42C is #823BD3. Grayscale: #9D9D9D. Windows color (decimal): -8534996 or 2933885. OLE color: 2933885.

HSL color Cylindrical-coordinate representation of color #7DC42C: hue angle of 88.03º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DC42C is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 196 44 -
CMYK 0.36 0 0.78 0.23
HSL 88.03º 0.63% 0.47% -
HSV(B) 88.03º 0.78% 0.77% -
XYZ 28.65 44.02 9.37 -
YUV 157.44 63.98 104.86 -
System Red Green Blue C M Y K H S L
Decimal 125 196 44 0.36 0 0.78 0.23 88.03 0.63 0.47
Hex 7D C4 2C 24 0 4E 17 58 3F 2F
Octal 175 304 54 44 0 116 27 130 77 57
Binary 1111101 11000100 101100 100100 0 1001110 10111 1011000 111111 101111

Color Harmonies of #7DC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC42C

Black with #7DC42C

Text Example


Text Example

White with #7DC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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