Html Css Color HEX #32E94E Lime Green

📋 copy color: '#32E94E'

red 50 ◦ green 233 ◦ blue 78

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

Shades of Lime Green #32E94E

Tints of Lime Green #32E94E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 64.54%

 BLUE value IS 78 (30.86% from 255) = 21.61%

R = 13.85%
G = 64.54%
B = 21.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#32E94E (or 0x32E94E) is known color: Lime Green. HEX triplet: 32, E9 and 4E. RGB value is (50,233,78). Sum of RGB (Red+Green+Blue) = 50+233+78=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 233 (91.41% from 255 or 64.54% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 233 - color contains mainly: green. Hex color #32E94E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E94E is #CD16B1. Grayscale: #A1A1A1. Windows color (decimal): -13440690 or 5171506. OLE color: 5171506.

HSL color Cylindrical-coordinate representation of color #32E94E: hue angle of 129.18º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E94E is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 233 78 -
CMYK 0.79 0 0.67 0.09
HSL 129.18º 0.81% 0.55% -
HSV(B) 129.18º 0.79% 0.91% -
XYZ 31.83 59.51 17.02 -
YUV 160.61 81.37 49.1 -
System Red Green Blue C M Y K H S L
Decimal 50 233 78 0.79 0 0.67 0.09 129.18 0.81 0.55
Hex 32 E9 4E 4F 0 43 9 81 51 37
Octal 62 351 116 117 0 103 11 201 121 67
Binary 110010 11101001 1001110 1001111 0 1000011 1001 10000001 1010001 110111

Color Harmonies of #32E94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E94E

Black with #32E94E

Text Example


Text Example

White with #32E94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,233,78); }

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

background-color css

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

 a { background-color: rgb(50,233,78); }

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

border-color css

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

 span { border-color: rgb(50,233,78); }

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