Html Css Color HEX #32FE3D Lime Green

📋 copy color: '#32FE3D'

red 50 ◦ green 254 ◦ blue 61

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

Shades of Lime Green #32FE3D

Tints of Lime Green #32FE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.71%

R = 13.7%
G = 69.59%
B = 16.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#32FE3D (or 0x32FE3D) is known color: Lime Green. HEX triplet: 32, FE and 3D. RGB value is (50,254,61). Sum of RGB (Red+Green+Blue) = 50+254+61=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 254 (99.61% from 255 or 69.59% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FE3D is #CD01C2. Grayscale: #ABABAB. Windows color (decimal): -13435331 or 4062770. OLE color: 4062770.

HSL color Cylindrical-coordinate representation of color #32FE3D: hue angle of 123.24º 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 #32FE3D is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 50 254 61 -
CMYK 0.80 0 0.76 0.00
HSL 123.24º 0.99% 0.6% -
HSV(B) 123.24º 0.8% 1% -
XYZ 37.6 71.9 16.31 -
YUV 171 65.91 41.69 -
System Red Green Blue C M Y K H S L
Decimal 50 254 61 0.80 0 0.76 0.00 123.24 0.99 0.6
Hex 32 FE 3D 50 0 4C 0 7B 63 3C
Octal 62 376 75 120 0 114 0 173 143 74
Binary 110010 11111110 111101 1010000 0 1001100 0 1111011 1100011 111100

Color Harmonies of #32FE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FE3D

Black with #32FE3D

Text Example


Text Example

White with #32FE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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