Html Css Color HEX #32FF45 Lime Green

📋 copy color: '#32FF45'

red 50 ◦ green 255 ◦ blue 69

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

Shades of Lime Green #32FF45

Tints of Lime Green #32FF45

RGB

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

 GREEN value IS 255 (100% from 255) = 68.18%

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 13.37%
G = 68.18%
B = 18.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#32FF45 (or 0x32FF45) is known color: Lime Green. HEX triplet: 32, FF and 45. RGB value is (50,255,69). Sum of RGB (Red+Green+Blue) = 50+255+69=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF45 is #CD00BA. Grayscale: #ADADAD. Windows color (decimal): -13435067 or 4587314. OLE color: 4587314.

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

Color convert

RGB 50 255 69 -
CMYK 0.80 0 0.73 0
HSL 125.56º 1% 0.6% -
HSV(B) 125.56º 0.8% 1% -
XYZ 38.15 72.63 17.64 -
YUV 172.5 69.58 40.62 -
System Red Green Blue C M Y K H S L
Decimal 50 255 69 0.80 0 0.73 0 125.56 1 0.6
Hex 32 FF 45 50 0 49 0 7E 64 3C
Octal 62 377 105 120 0 111 0 176 144 74
Binary 110010 11111111 1000101 1010000 0 1001001 0 1111110 1100100 111100

Color Harmonies of #32FF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FF45

Black with #32FF45

Text Example


Text Example

White with #32FF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,255,69); }

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

background-color css

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

 a { background-color: rgb(50,255,69); }

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

border-color css

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

 span { border-color: rgb(50,255,69); }

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