Html Css Color HEX #32F24D Lime Green

📋 copy color: '#32F24D'

red 50 ◦ green 242 ◦ blue 77

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

Shades of Lime Green #32F24D

Tints of Lime Green #32F24D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 65.58%

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 13.55%
G = 65.58%
B = 20.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#32F24D (or 0x32F24D) is known color: Lime Green. HEX triplet: 32, F2 and 4D. RGB value is (50,242,77). Sum of RGB (Red+Green+Blue) = 50+242+77=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #32F24D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F24D is #CD0DB2. Grayscale: #A6A6A6. Windows color (decimal): -13438387 or 5108274. OLE color: 5108274.

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

Color convert

RGB 50 242 77 -
CMYK 0.79 0 0.68 0.05
HSL 128.44º 0.88% 0.57% -
HSV(B) 128.44º 0.79% 0.95% -
XYZ 34.41 64.72 17.7 -
YUV 165.78 77.89 45.42 -
System Red Green Blue C M Y K H S L
Decimal 50 242 77 0.79 0 0.68 0.05 128.44 0.88 0.57
Hex 32 F2 4D 4F 0 44 5 80 58 39
Octal 62 362 115 117 0 104 5 200 130 71
Binary 110010 11110010 1001101 1001111 0 1000100 101 10000000 1011000 111001

Color Harmonies of #32F24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F24D

Black with #32F24D

Text Example


Text Example

White with #32F24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,242,77); }

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

background-color css

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

 a { background-color: rgb(50,242,77); }

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

border-color css

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

 span { border-color: rgb(50,242,77); }

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