Html Css Color HEX #32F042 Lime Green

📋 copy color: '#32F042'

red 50 ◦ green 240 ◦ blue 66

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

Shades of Lime Green #32F042

Tints of Lime Green #32F042

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.42%

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 14.04%
G = 67.42%
B = 18.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#32F042 (or 0x32F042) is known color: Lime Green. HEX triplet: 32, F0 and 42. RGB value is (50,240,66). Sum of RGB (Red+Green+Blue) = 50+240+66=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #32F042 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F042 is #CD0FBD. Grayscale: #A3A3A3. Windows color (decimal): -13438910 or 4386866. OLE color: 4386866.

HSL color Cylindrical-coordinate representation of color #32F042: hue angle of 125.05º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F042 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 240 66 -
CMYK 0.79 0 0.72 0.06
HSL 125.05º 0.86% 0.57% -
HSV(B) 125.05º 0.79% 0.94% -
XYZ 33.46 63.39 15.63 -
YUV 163.35 73.05 47.15 -
System Red Green Blue C M Y K H S L
Decimal 50 240 66 0.79 0 0.72 0.06 125.05 0.86 0.57
Hex 32 F0 42 4F 0 48 6 7D 56 39
Octal 62 360 102 117 0 110 6 175 126 71
Binary 110010 11110000 1000010 1001111 0 1001000 110 1111101 1010110 111001

Color Harmonies of #32F042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F042

Black with #32F042

Text Example


Text Example

White with #32F042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,240,66); }

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

background-color css

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

 a { background-color: rgb(50,240,66); }

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

border-color css

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

 span { border-color: rgb(50,240,66); }

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