Html Css Color HEX #32FE43 Lime Green

📋 copy color: '#32FE43'

red 50 ◦ green 254 ◦ blue 67

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

Shades of Lime Green #32FE43

Tints of Lime Green #32FE43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.06%

R = 13.48%
G = 68.46%
B = 18.06%

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

#32FE43 (or 0x32FE43) is known color: Lime Green. HEX triplet: 32, FE and 43. RGB value is (50,254,67). Sum of RGB (Red+Green+Blue) = 50+254+67=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #32FE43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FE43 is #CD01BC. Grayscale: #ACACAC. Windows color (decimal): -13435325 or 4455986. OLE color: 4455986.

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

Color convert

RGB 50 254 67 -
CMYK 0.80 0 0.74 0.00
HSL 125º 0.99% 0.6% -
HSV(B) 125º 0.8% 1% -
XYZ 37.77 71.97 17.21 -
YUV 171.69 68.91 41.21 -
System Red Green Blue C M Y K H S L
Decimal 50 254 67 0.80 0 0.74 0.00 125 0.99 0.6
Hex 32 FE 43 50 0 4A 0 7D 63 3C
Octal 62 376 103 120 0 112 0 175 143 74
Binary 110010 11111110 1000011 1010000 0 1001010 0 1111101 1100011 111100

Color Harmonies of #32FE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FE43

Black with #32FE43

Text Example


Text Example

White with #32FE43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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