Html Css Color HEX #32E13C Lime Green

📋 copy color: '#32E13C'

red 50 ◦ green 225 ◦ blue 60

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

Shades of Lime Green #32E13C

Tints of Lime Green #32E13C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 67.16%

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 14.93%
G = 67.16%
B = 17.91%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#32E13C (or 0x32E13C) is known color: Lime Green. HEX triplet: 32, E1 and 3C. RGB value is (50,225,60). Sum of RGB (Red+Green+Blue) = 50+225+60=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #32E13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E13C is #CD1EC3. Grayscale: #9A9A9A. Windows color (decimal): -13442756 or 3989810. OLE color: 3989810.

HSL color Cylindrical-coordinate representation of color #32E13C: hue angle of 123.43º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E13C is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 225 60 -
CMYK 0.78 0 0.73 0.12
HSL 123.43º 0.74% 0.54% -
HSV(B) 123.43º 0.78% 0.88% -
XYZ 29.06 54.85 13.33 -
YUV 153.87 75.02 53.92 -
System Red Green Blue C M Y K H S L
Decimal 50 225 60 0.78 0 0.73 0.12 123.43 0.74 0.54
Hex 32 E1 3C 4E 0 49 C 7B 4A 36
Octal 62 341 74 116 0 111 14 173 112 66
Binary 110010 11100001 111100 1001110 0 1001001 1100 1111011 1001010 110110

Color Harmonies of #32E13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E13C

Black with #32E13C

Text Example


Text Example

White with #32E13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,225,60); }

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

background-color css

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

 a { background-color: rgb(50,225,60); }

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

border-color css

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

 span { border-color: rgb(50,225,60); }

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