Html Css Color HEX #32F146 Lime Green

📋 copy color: '#32F146'

red 50 ◦ green 241 ◦ blue 70

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

Shades of Lime Green #32F146

Tints of Lime Green #32F146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 13.85%
G = 66.76%
B = 19.39%

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

#32F146 (or 0x32F146) is known color: Lime Green. HEX triplet: 32, F1 and 46. RGB value is (50,241,70). Sum of RGB (Red+Green+Blue) = 50+241+70=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #32F146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F146 is #CD0EB9. Grayscale: #A4A4A4. Windows color (decimal): -13438650 or 4649266. OLE color: 4649266.

HSL color Cylindrical-coordinate representation of color #32F146: hue angle of 126.28º 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 #32F146 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 241 70 -
CMYK 0.79 0 0.71 0.05
HSL 126.28º 0.87% 0.57% -
HSV(B) 126.28º 0.79% 0.95% -
XYZ 33.88 64.03 16.37 -
YUV 164.4 74.72 46.4 -
System Red Green Blue C M Y K H S L
Decimal 50 241 70 0.79 0 0.71 0.05 126.28 0.87 0.57
Hex 32 F1 46 4F 0 47 5 7E 57 39
Octal 62 361 106 117 0 107 5 176 127 71
Binary 110010 11110001 1000110 1001111 0 1000111 101 1111110 1010111 111001

Color Harmonies of #32F146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F146

Black with #32F146

Text Example


Text Example

White with #32F146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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