Html Css Color HEX #32D238 Lime Green

📋 copy color: '#32D238'

red 50 ◦ green 210 ◦ blue 56

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

Shades of Lime Green #32D238

Tints of Lime Green #32D238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 66.46%

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

R = 15.82%
G = 66.46%
B = 17.72%

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

#32D238 (or 0x32D238) is known color: Lime Green. HEX triplet: 32, D2 and 38. RGB value is (50,210,56). Sum of RGB (Red+Green+Blue) = 50+210+56=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 210 (82.42% from 255 or 66.46% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 210 - color contains mainly: green. Hex color #32D238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D238 is #CD2DC7. Grayscale: #919191. Windows color (decimal): -13446600 or 3723826. OLE color: 3723826.

HSL color Cylindrical-coordinate representation of color #32D238: hue angle of 122.25º degrees, saturation: 0.64, 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 #32D238 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 210 56 -
CMYK 0.76 0 0.73 0.18
HSL 122.25º 0.64% 0.51% -
HSV(B) 122.25º 0.76% 0.82% -
XYZ 25.08 47.06 11.5 -
YUV 144.6 77.99 60.52 -
System Red Green Blue C M Y K H S L
Decimal 50 210 56 0.76 0 0.73 0.18 122.25 0.64 0.51
Hex 32 D2 38 4C 0 49 12 7A 40 33
Octal 62 322 70 114 0 111 22 172 100 63
Binary 110010 11010010 111000 1001100 0 1001001 10010 1111010 1000000 110011

Color Harmonies of #32D238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D238

Black with #32D238

Text Example


Text Example

White with #32D238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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