Html Css Color HEX #7DC22C Lima

📋 copy color: '#7DC22C'

red 125 ◦ green 194 ◦ blue 44

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

Shades of Lima #7DC22C

Tints of Lima #7DC22C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.44%

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

R = 34.44%
G = 53.44%
B = 12.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#7DC22C (or 0x7DC22C) is known color: Lima. HEX triplet: 7D, C2 and 2C. RGB value is (125,194,44). Sum of RGB (Red+Green+Blue) = 125+194+44=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC22C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC22C is #823DD3. Grayscale: #9C9C9C. Windows color (decimal): -8535508 or 2933373. OLE color: 2933373.

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

Color convert

RGB 125 194 44 -
CMYK 0.36 0 0.77 0.24
HSL 87.6º 0.63% 0.47% -
HSV(B) 87.6º 0.77% 0.76% -
XYZ 28.2 43.13 9.22 -
YUV 156.27 64.64 105.7 -
System Red Green Blue C M Y K H S L
Decimal 125 194 44 0.36 0 0.77 0.24 87.6 0.63 0.47
Hex 7D C2 2C 24 0 4D 18 58 3F 2F
Octal 175 302 54 44 0 115 30 130 77 57
Binary 1111101 11000010 101100 100100 0 1001101 11000 1011000 111111 101111

Color Harmonies of #7DC22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC22C

Black with #7DC22C

Text Example


Text Example

White with #7DC22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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