Html Css Color HEX #32F43A Lime Green

📋 copy color: '#32F43A'

red 50 ◦ green 244 ◦ blue 58

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

Shades of Lime Green #32F43A

Tints of Lime Green #32F43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.48%

R = 14.2%
G = 69.32%
B = 16.48%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#32F43A (or 0x32F43A) is known color: Lime Green. HEX triplet: 32, F4 and 3A. RGB value is (50,244,58). Sum of RGB (Red+Green+Blue) = 50+244+58=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 244 (95.70% from 255 or 69.32% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 244 - color contains mainly: green. Hex color #32F43A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F43A is #CD0BC5. Grayscale: #A5A5A5. Windows color (decimal): -13437894 or 3863602. OLE color: 3863602.

HSL color Cylindrical-coordinate representation of color #32F43A: hue angle of 122.47º 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 #32F43A is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 50 244 58 -
CMYK 0.80 0 0.76 0.04
HSL 122.47º 0.9% 0.58% -
HSV(B) 122.47º 0.8% 0.96% -
XYZ 34.43 65.68 14.87 -
YUV 164.79 67.73 46.12 -
System Red Green Blue C M Y K H S L
Decimal 50 244 58 0.80 0 0.76 0.04 122.47 0.9 0.58
Hex 32 F4 3A 50 0 4C 4 7A 5A 3A
Octal 62 364 72 120 0 114 4 172 132 72
Binary 110010 11110100 111010 1010000 0 1001100 100 1111010 1011010 111010

Color Harmonies of #32F43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F43A

Black with #32F43A

Text Example


Text Example

White with #32F43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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