Html Css Color HEX #7DC32E Lima

📋 copy color: '#7DC32E'

red 125 ◦ green 195 ◦ blue 46

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

Shades of Lima #7DC32E

Tints of Lima #7DC32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.57%

R = 34.15%
G = 53.28%
B = 12.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#7DC32E (or 0x7DC32E) is known color: Lima. HEX triplet: 7D, C3 and 2E. RGB value is (125,195,46). Sum of RGB (Red+Green+Blue) = 125+195+46=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC32E is #823CD1. Grayscale: #9D9D9D. Windows color (decimal): -8535250 or 3064701. OLE color: 3064701.

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

Color convert

RGB 125 195 46 -
CMYK 0.36 0 0.76 0.24
HSL 88.19º 0.62% 0.47% -
HSV(B) 88.19º 0.76% 0.76% -
XYZ 28.47 43.59 9.5 -
YUV 157.08 65.31 105.12 -
System Red Green Blue C M Y K H S L
Decimal 125 195 46 0.36 0 0.76 0.24 88.19 0.62 0.47
Hex 7D C3 2E 24 0 4C 18 58 3E 2F
Octal 175 303 56 44 0 114 30 130 76 57
Binary 1111101 11000011 101110 100100 0 1001100 11000 1011000 111110 101111

Color Harmonies of #7DC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC32E

Black with #7DC32E

Text Example


Text Example

White with #7DC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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