Html Css Color HEX #32EA1C Lime Green

📋 copy color: '#32EA1C'

red 50 ◦ green 234 ◦ blue 28

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

Shades of Lime Green #32EA1C

Tints of Lime Green #32EA1C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 75%

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 16.03%
G = 75%
B = 8.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#32EA1C (or 0x32EA1C) is known color: Lime Green. HEX triplet: 32, EA and 1C. RGB value is (50,234,28). Sum of RGB (Red+Green+Blue) = 50+234+28=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 234 (91.80% from 255 or 75% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EA1C is #CD15E3. Grayscale: #9C9C9C. Windows color (decimal): -13440484 or 1894962. OLE color: 1894962.

HSL color Cylindrical-coordinate representation of color #32EA1C: hue angle of 113.59º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32EA1C is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 234 28 -
CMYK 0.79 0 0.88 0.08
HSL 113.59º 0.83% 0.51% -
HSV(B) 113.59º 0.88% 0.92% -
XYZ 30.95 59.61 10.97 -
YUV 155.5 56.04 52.75 -
System Red Green Blue C M Y K H S L
Decimal 50 234 28 0.79 0 0.88 0.08 113.59 0.83 0.51
Hex 32 EA 1C 4F 0 58 8 72 53 33
Octal 62 352 34 117 0 130 10 162 123 63
Binary 110010 11101010 11100 1001111 0 1011000 1000 1110010 1010011 110011

Color Harmonies of #32EA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EA1C

Black with #32EA1C

Text Example


Text Example

White with #32EA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,234,28); }

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

background-color css

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

 a { background-color: rgb(50,234,28); }

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

border-color css

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

 span { border-color: rgb(50,234,28); }

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