Html Css Color HEX #32FE41 Lime Green

📋 copy color: '#32FE41'

red 50 ◦ green 254 ◦ blue 65

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

Shades of Lime Green #32FE41

Tints of Lime Green #32FE41

RGB

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

 GREEN value IS 254 (99.61% from 255) = 68.83%

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 13.55%
G = 68.83%
B = 17.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#32FE41 (or 0x32FE41) is known color: Lime Green. HEX triplet: 32, FE and 41. RGB value is (50,254,65). Sum of RGB (Red+Green+Blue) = 50+254+65=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 254 (99.61% from 255 or 68.83% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FE41 is #CD01BE. Grayscale: #ACACAC. Windows color (decimal): -13435327 or 4324914. OLE color: 4324914.

HSL color Cylindrical-coordinate representation of color #32FE41: hue angle of 124.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FE41 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 50 254 65 -
CMYK 0.80 0 0.74 0.00
HSL 124.41º 0.99% 0.6% -
HSV(B) 124.41º 0.8% 1% -
XYZ 37.71 71.94 16.9 -
YUV 171.46 67.91 41.37 -
System Red Green Blue C M Y K H S L
Decimal 50 254 65 0.80 0 0.74 0.00 124.41 0.99 0.6
Hex 32 FE 41 50 0 4A 0 7C 63 3C
Octal 62 376 101 120 0 112 0 174 143 74
Binary 110010 11111110 1000001 1010000 0 1001010 0 1111100 1100011 111100

Color Harmonies of #32FE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FE41

Black with #32FE41

Text Example


Text Example

White with #32FE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,254,65); }

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

background-color css

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

 a { background-color: rgb(50,254,65); }

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

border-color css

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

 span { border-color: rgb(50,254,65); }

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