Html Css Color HEX #3FF032 Lime Green

📋 copy color: '#3FF032'

red 63 ◦ green 240 ◦ blue 50

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

Shades of Lime Green #3FF032

Tints of Lime Green #3FF032

RGB

 RED value IS 63 (25% from 255) = 17.85%

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

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 17.85%
G = 67.99%
B = 14.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#3FF032 (or 0x3FF032) is known color: Lime Green. HEX triplet: 3F, F0 and 32. RGB value is (63,240,50). Sum of RGB (Red+Green+Blue) = 63+240+50=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF032 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF032 is #C00FCD. Grayscale: #A6A6A6. Windows color (decimal): -12586958 or 3338303. OLE color: 3338303.

HSL color Cylindrical-coordinate representation of color #3FF032: hue angle of 115.89º 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 #3FF032 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 240 50 -
CMYK 0.74 0 0.79 0.06
HSL 115.89º 0.86% 0.57% -
HSV(B) 115.89º 0.79% 0.94% -
XYZ 33.79 63.61 13.51 -
YUV 165.42 62.86 54.95 -
System Red Green Blue C M Y K H S L
Decimal 63 240 50 0.74 0 0.79 0.06 115.89 0.86 0.57
Hex 3F F0 32 4A 0 4F 6 74 56 39
Octal 77 360 62 112 0 117 6 164 126 71
Binary 111111 11110000 110010 1001010 0 1001111 110 1110100 1010110 111001

Color Harmonies of #3FF032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF032

Black with #3FF032

Text Example


Text Example

White with #3FF032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FF032; }

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

 H1.HeaderClassName
 {
   color: #3FF032;
 }
 .AnyTagClassName
 {
   color: #3FF032;
 }
</style>

background-color css

<style>
 a { background-color: #3FF032; }

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

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

border-color css

<style>
 span { border-color: #3FF032; }

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

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