Html Css Color HEX #32F24A Lime Green

📋 copy color: '#32F24A'

red 50 ◦ green 242 ◦ blue 74

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

Shades of Lime Green #32F24A

Tints of Lime Green #32F24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 13.66%
G = 66.12%
B = 20.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#32F24A (or 0x32F24A) is known color: Lime Green. HEX triplet: 32, F2 and 4A. RGB value is (50,242,74). Sum of RGB (Red+Green+Blue) = 50+242+74=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #32F24A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F24A is #CD0DB5. Grayscale: #A5A5A5. Windows color (decimal): -13438390 or 4911666. OLE color: 4911666.

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

Color convert

RGB 50 242 74 -
CMYK 0.79 0 0.69 0.05
HSL 127.5º 0.88% 0.57% -
HSV(B) 127.5º 0.79% 0.95% -
XYZ 34.3 64.68 17.15 -
YUV 165.44 76.39 45.66 -
System Red Green Blue C M Y K H S L
Decimal 50 242 74 0.79 0 0.69 0.05 127.5 0.88 0.57
Hex 32 F2 4A 4F 0 45 5 80 58 39
Octal 62 362 112 117 0 105 5 200 130 71
Binary 110010 11110010 1001010 1001111 0 1000101 101 10000000 1011000 111001

Color Harmonies of #32F24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F24A

Black with #32F24A

Text Example


Text Example

White with #32F24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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