Html Css Color HEX #32FE4B Lime Green

📋 copy color: '#32FE4B'

red 50 ◦ green 254 ◦ blue 75

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

Shades of Lime Green #32FE4B

Tints of Lime Green #32FE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 13.19%
G = 67.02%
B = 19.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#32FE4B (or 0x32FE4B) is known color: Lime Green. HEX triplet: 32, FE and 4B. RGB value is (50,254,75). Sum of RGB (Red+Green+Blue) = 50+254+75=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FE4B is #CD01B4. Grayscale: #ADADAD. Windows color (decimal): -13435317 or 4980274. OLE color: 4980274.

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

Color convert

RGB 50 254 75 -
CMYK 0.80 0 0.70 0.00
HSL 127.35º 0.99% 0.6% -
HSV(B) 127.35º 0.8% 1% -
XYZ 38.03 72.07 18.56 -
YUV 172.6 72.91 40.55 -
System Red Green Blue C M Y K H S L
Decimal 50 254 75 0.80 0 0.70 0.00 127.35 0.99 0.6
Hex 32 FE 4B 50 0 46 0 7F 63 3C
Octal 62 376 113 120 0 106 0 177 143 74
Binary 110010 11111110 1001011 1010000 0 1000110 0 1111111 1100011 111100

Color Harmonies of #32FE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FE4B

Black with #32FE4B

Text Example


Text Example

White with #32FE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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