Html Css Color HEX #3FE232 Lime Green

📋 copy color: '#3FE232'

red 63 ◦ green 226 ◦ blue 50

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

Shades of Lime Green #3FE232

Tints of Lime Green #3FE232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 66.67%

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

R = 18.58%
G = 66.67%
B = 14.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#3FE232 (or 0x3FE232) is known color: Lime Green. HEX triplet: 3F, E2 and 32. RGB value is (63,226,50). Sum of RGB (Red+Green+Blue) = 63+226+50=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 226 (88.67% from 255 or 66.67% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE232 is #C01DCD. Grayscale: #9D9D9D. Windows color (decimal): -12590542 or 3334719. OLE color: 3334719.

HSL color Cylindrical-coordinate representation of color #3FE232: hue angle of 115.57º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FE232 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 226 50 -
CMYK 0.72 0 0.78 0.11
HSL 115.57º 0.75% 0.54% -
HSV(B) 115.57º 0.78% 0.89% -
XYZ 29.82 55.68 12.19 -
YUV 157.2 67.5 60.81 -
System Red Green Blue C M Y K H S L
Decimal 63 226 50 0.72 0 0.78 0.11 115.57 0.75 0.54
Hex 3F E2 32 48 0 4E B 74 4B 36
Octal 77 342 62 110 0 116 13 164 113 66
Binary 111111 11100010 110010 1001000 0 1001110 1011 1110100 1001011 110110

Color Harmonies of #3FE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE232

Black with #3FE232

Text Example


Text Example

White with #3FE232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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