Html Css Color HEX #32F42F Lime Green

📋 copy color: '#32F42F'

red 50 ◦ green 244 ◦ blue 47

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

Shades of Lime Green #32F42F

Tints of Lime Green #32F42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.78%

R = 14.66%
G = 71.55%
B = 13.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#32F42F (or 0x32F42F) is known color: Lime Green. HEX triplet: 32, F4 and 2F. RGB value is (50,244,47). Sum of RGB (Red+Green+Blue) = 50+244+47=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 244 (95.70% from 255 or 71.55% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 244 - color contains mainly: green. Hex color #32F42F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F42F is #CD0BD0. Grayscale: #A4A4A4. Windows color (decimal): -13437905 or 3142706. OLE color: 3142706.

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

Color convert

RGB 50 244 47 -
CMYK 0.80 0 0.81 0.04
HSL 119.09º 0.9% 0.57% -
HSV(B) 119.09º 0.81% 0.96% -
XYZ 34.18 65.58 13.55 -
YUV 163.54 62.23 47.02 -
System Red Green Blue C M Y K H S L
Decimal 50 244 47 0.80 0 0.81 0.04 119.09 0.9 0.57
Hex 32 F4 2F 50 0 51 4 77 5A 39
Octal 62 364 57 120 0 121 4 167 132 71
Binary 110010 11110100 101111 1010000 0 1010001 100 1110111 1011010 111001

Color Harmonies of #32F42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F42F

Black with #32F42F

Text Example


Text Example

White with #32F42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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