Html Css Color HEX #32B325 Lime Green

📋 copy color: '#32B325'

red 50 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #32B325

Tints of Lime Green #32B325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 67.29%

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

R = 18.8%
G = 67.29%
B = 13.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#32B325 (or 0x32B325) is known color: Lime Green. HEX triplet: 32, B3 and 25. RGB value is (50,179,37). Sum of RGB (Red+Green+Blue) = 50+179+37=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 179 (70.31% from 255 or 67.29% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 179 - color contains mainly: green. Hex color #32B325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B325 is #CD4CDA. Grayscale: #7C7C7C. Windows color (decimal): -13454555 or 2470706. OLE color: 2470706.

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

Color convert

RGB 50 179 37 -
CMYK 0.72 0 0.79 0.30
HSL 114.51º 0.66% 0.42% -
HSV(B) 114.51º 0.79% 0.7% -
XYZ 17.77 33.05 7.19 -
YUV 124.24 78.76 75.05 -
System Red Green Blue C M Y K H S L
Decimal 50 179 37 0.72 0 0.79 0.30 114.51 0.66 0.42
Hex 32 B3 25 48 0 4F 1E 73 42 2A
Octal 62 263 45 110 0 117 36 163 102 52
Binary 110010 10110011 100101 1001000 0 1001111 11110 1110011 1000010 101010

Color Harmonies of #32B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B325

Black with #32B325

Text Example


Text Example

White with #32B325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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