Html Css Color HEX #32D138 Lime Green

📋 copy color: '#32D138'

red 50 ◦ green 209 ◦ blue 56

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

Shades of Lime Green #32D138

Tints of Lime Green #32D138

RGB

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

 GREEN value IS 209 (82.03% from 255) = 66.35%

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 15.87%
G = 66.35%
B = 17.78%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#32D138 (or 0x32D138) is known color: Lime Green. HEX triplet: 32, D1 and 38. RGB value is (50,209,56). Sum of RGB (Red+Green+Blue) = 50+209+56=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 209 (82.03% from 255 or 66.35% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 209 - color contains mainly: green. Hex color #32D138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D138 is #CD2EC7. Grayscale: #909090. Windows color (decimal): -13446856 or 3723570. OLE color: 3723570.

HSL color Cylindrical-coordinate representation of color #32D138: hue angle of 122.26º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D138 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 209 56 -
CMYK 0.76 0 0.73 0.18
HSL 122.26º 0.63% 0.51% -
HSV(B) 122.26º 0.76% 0.82% -
XYZ 24.83 46.56 11.42 -
YUV 144.02 78.32 60.94 -
System Red Green Blue C M Y K H S L
Decimal 50 209 56 0.76 0 0.73 0.18 122.26 0.63 0.51
Hex 32 D1 38 4C 0 49 12 7A 3F 33
Octal 62 321 70 114 0 111 22 172 77 63
Binary 110010 11010001 111000 1001100 0 1001001 10010 1111010 111111 110011

Color Harmonies of #32D138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D138

Black with #32D138

Text Example


Text Example

White with #32D138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,209,56); }

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

background-color css

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

 a { background-color: rgb(50,209,56); }

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

border-color css

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

 span { border-color: rgb(50,209,56); }

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