Html Css Color HEX #32F144 Lime Green

📋 copy color: '#32F144'

red 50 ◦ green 241 ◦ blue 68

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

Shades of Lime Green #32F144

Tints of Lime Green #32F144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 13.93%
G = 67.13%
B = 18.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#32F144 (or 0x32F144) is known color: Lime Green. HEX triplet: 32, F1 and 44. RGB value is (50,241,68). Sum of RGB (Red+Green+Blue) = 50+241+68=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 241 (94.53% from 255 or 67.13% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 241 - color contains mainly: green. Hex color #32F144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F144 is #CD0EBB. Grayscale: #A4A4A4. Windows color (decimal): -13438652 or 4518194. OLE color: 4518194.

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

Color convert

RGB 50 241 68 -
CMYK 0.79 0 0.72 0.05
HSL 125.65º 0.87% 0.57% -
HSV(B) 125.65º 0.79% 0.95% -
XYZ 33.81 64.01 16.04 -
YUV 164.17 73.72 46.57 -
System Red Green Blue C M Y K H S L
Decimal 50 241 68 0.79 0 0.72 0.05 125.65 0.87 0.57
Hex 32 F1 44 4F 0 48 5 7E 57 39
Octal 62 361 104 117 0 110 5 176 127 71
Binary 110010 11110001 1000100 1001111 0 1001000 101 1111110 1010111 111001

Color Harmonies of #32F144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F144

Black with #32F144

Text Example


Text Example

White with #32F144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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