Html Css Color HEX #7DC032 Lima

📋 copy color: '#7DC032'

red 125 ◦ green 192 ◦ blue 50

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

Shades of Lima #7DC032

Tints of Lima #7DC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.32%

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 34.06%
G = 52.32%
B = 13.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#7DC032 (or 0x7DC032) is known color: Lima. HEX triplet: 7D, C0 and 32. RGB value is (125,192,50). Sum of RGB (Red+Green+Blue) = 125+192+50=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC032 is #823FCD. Grayscale: #9C9C9C. Windows color (decimal): -8536014 or 3326077. OLE color: 3326077.

HSL color Cylindrical-coordinate representation of color #7DC032: hue angle of 88.31º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DC032 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 50 -
CMYK 0.35 0 0.74 0.25
HSL 88.31º 0.59% 0.47% -
HSV(B) 88.31º 0.74% 0.75% -
XYZ 27.88 42.29 9.71 -
YUV 155.78 68.3 106.05 -
System Red Green Blue C M Y K H S L
Decimal 125 192 50 0.35 0 0.74 0.25 88.31 0.59 0.47
Hex 7D C0 32 23 0 4A 19 58 3B 2F
Octal 175 300 62 43 0 112 31 130 73 57
Binary 1111101 11000000 110010 100011 0 1001010 11001 1011000 111011 101111

Color Harmonies of #7DC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC032

Black with #7DC032

Text Example


Text Example

White with #7DC032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,50); }

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

background-color css

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

 a { background-color: rgb(125,192,50); }

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

border-color css

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

 span { border-color: rgb(125,192,50); }

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