Html Css Color HEX #32F44B Lime Green

📋 copy color: '#32F44B'

red 50 ◦ green 244 ◦ blue 75

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

Shades of Lime Green #32F44B

Tints of Lime Green #32F44B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 66.12%

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 13.55%
G = 66.12%
B = 20.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#32F44B (or 0x32F44B) is known color: Lime Green. HEX triplet: 32, F4 and 4B. RGB value is (50,244,75). Sum of RGB (Red+Green+Blue) = 50+244+75=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 244 (95.70% from 255 or 66.12% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 244 - color contains mainly: green. Hex color #32F44B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F44B is #CD0BB4. Grayscale: #A7A7A7. Windows color (decimal): -13437877 or 4977714. OLE color: 4977714.

HSL color Cylindrical-coordinate representation of color #32F44B: hue angle of 127.73º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F44B is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 50 244 75 -
CMYK 0.80 0 0.69 0.04
HSL 127.73º 0.9% 0.58% -
HSV(B) 127.73º 0.8% 0.96% -
XYZ 34.94 65.89 17.53 -
YUV 166.73 76.23 44.74 -
System Red Green Blue C M Y K H S L
Decimal 50 244 75 0.80 0 0.69 0.04 127.73 0.9 0.58
Hex 32 F4 4B 50 0 45 4 80 5A 3A
Octal 62 364 113 120 0 105 4 200 132 72
Binary 110010 11110100 1001011 1010000 0 1000101 100 10000000 1011010 111010

Color Harmonies of #32F44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F44B

Black with #32F44B

Text Example


Text Example

White with #32F44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,244,75); }

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

background-color css

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

 a { background-color: rgb(50,244,75); }

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

border-color css

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

 span { border-color: rgb(50,244,75); }

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