Html Css Color HEX #32B125 Lime Green

📋 copy color: '#32B125'

red 50 ◦ green 177 ◦ blue 37

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

Shades of Lime Green #32B125

Tints of Lime Green #32B125

RGB

 RED value IS 50 (19.92% from 255) = 18.94%

 GREEN value IS 177 (69.53% from 255) = 67.05%

 BLUE value IS 37 (14.84% from 255) = 14.02%

R = 18.94%
G = 67.05%
B = 14.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#32B125 (or 0x32B125) is known color: Lime Green. HEX triplet: 32, B1 and 25. RGB value is (50,177,37). Sum of RGB (Red+Green+Blue) = 50+177+37=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 177 (69.53% from 255 or 67.05% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 177 - color contains mainly: green. Hex color #32B125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B125 is #CD4EDA. Grayscale: #7B7B7B. Windows color (decimal): -13455067 or 2470194. OLE color: 2470194.

HSL color Cylindrical-coordinate representation of color #32B125: hue angle of 114.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32B125 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 177 37 -
CMYK 0.72 0 0.79 0.31
HSL 114.43º 0.65% 0.42% -
HSV(B) 114.43º 0.79% 0.69% -
XYZ 17.37 32.26 7.06 -
YUV 123.07 79.42 75.88 -
System Red Green Blue C M Y K H S L
Decimal 50 177 37 0.72 0 0.79 0.31 114.43 0.65 0.42
Hex 32 B1 25 48 0 4F 1F 72 41 2A
Octal 62 261 45 110 0 117 37 162 101 52
Binary 110010 10110001 100101 1001000 0 1001111 11111 1110010 1000001 101010

Color Harmonies of #32B125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B125

Black with #32B125

Text Example


Text Example

White with #32B125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32B125; }

 p { color: rgb(50,177,37); }

 H1.HeaderClassName
 {
   color: #32B125;
 }
 .AnyTagClassName
 {
   color: #32B125;
 }
</style>

background-color css

<style>
 a { background-color: #32B125; }

 a { background-color: rgb(50,177,37); }

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

border-color css

<style>
 span { border-color: #32B125; }

 span { border-color: rgb(50,177,37); }

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