Html Css Color HEX #7DC32A Lima

📋 copy color: '#7DC32A'

red 125 ◦ green 195 ◦ blue 42

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

Shades of Lima #7DC32A

Tints of Lima #7DC32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.87%

 BLUE value IS 42 (16.8% from 255) = 11.6%

R = 34.53%
G = 53.87%
B = 11.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#7DC32A (or 0x7DC32A) is known color: Lima. HEX triplet: 7D, C3 and 2A. RGB value is (125,195,42). Sum of RGB (Red+Green+Blue) = 125+195+42=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC32A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC32A is #823CD5. Grayscale: #9D9D9D. Windows color (decimal): -8535254 or 2802557. OLE color: 2802557.

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

Color convert

RGB 125 195 42 -
CMYK 0.36 0 0.78 0.24
HSL 87.45º 0.65% 0.46% -
HSV(B) 87.45º 0.78% 0.76% -
XYZ 28.39 43.56 9.1 -
YUV 156.63 63.31 105.44 -
System Red Green Blue C M Y K H S L
Decimal 125 195 42 0.36 0 0.78 0.24 87.45 0.65 0.46
Hex 7D C3 2A 24 0 4E 18 57 41 2E
Octal 175 303 52 44 0 116 30 127 101 56
Binary 1111101 11000011 101010 100100 0 1001110 11000 1010111 1000001 101110

Color Harmonies of #7DC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC32A

Black with #7DC32A

Text Example


Text Example

White with #7DC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,42); }

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

background-color css

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

 a { background-color: rgb(125,195,42); }

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

border-color css

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

 span { border-color: rgb(125,195,42); }

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