Html Css Color HEX #32F147 Lime Green

📋 copy color: '#32F147'

red 50 ◦ green 241 ◦ blue 71

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

Shades of Lime Green #32F147

Tints of Lime Green #32F147

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.57%

 BLUE value IS 71 (28.13% from 255) = 19.61%

R = 13.81%
G = 66.57%
B = 19.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#32F147 (or 0x32F147) is known color: Lime Green. HEX triplet: 32, F1 and 47. RGB value is (50,241,71). Sum of RGB (Red+Green+Blue) = 50+241+71=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #32F147 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F147 is #CD0EB8. Grayscale: #A5A5A5. Windows color (decimal): -13438649 or 4714802. OLE color: 4714802.

HSL color Cylindrical-coordinate representation of color #32F147: hue angle of 126.6º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F147 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 241 71 -
CMYK 0.79 0 0.71 0.05
HSL 126.6º 0.87% 0.57% -
HSV(B) 126.6º 0.79% 0.95% -
XYZ 33.91 64.04 16.54 -
YUV 164.51 75.22 46.32 -
System Red Green Blue C M Y K H S L
Decimal 50 241 71 0.79 0 0.71 0.05 126.6 0.87 0.57
Hex 32 F1 47 4F 0 47 5 7F 57 39
Octal 62 361 107 117 0 107 5 177 127 71
Binary 110010 11110001 1000111 1001111 0 1000111 101 1111111 1010111 111001

Color Harmonies of #32F147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F147

Black with #32F147

Text Example


Text Example

White with #32F147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,241,71); }

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

background-color css

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

 a { background-color: rgb(50,241,71); }

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

border-color css

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

 span { border-color: rgb(50,241,71); }

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