Html Css Color HEX #3FED48 Lime Green

📋 copy color: '#3FED48'

red 63 ◦ green 237 ◦ blue 72

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

Shades of Lime Green #3FED48

Tints of Lime Green #3FED48

RGB

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

 GREEN value IS 237 (92.97% from 255) = 63.71%

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 16.94%
G = 63.71%
B = 19.35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#3FED48 (or 0x3FED48) is known color: Lime Green. HEX triplet: 3F, ED and 48. RGB value is (63,237,72). Sum of RGB (Red+Green+Blue) = 63+237+72=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 237 (92.97% from 255 or 63.71% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FED48 is #C012B7. Grayscale: #A6A6A6. Windows color (decimal): -12587704 or 4779327. OLE color: 4779327.

HSL color Cylindrical-coordinate representation of color #3FED48: hue angle of 123.1º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FED48 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 237 72 -
CMYK 0.73 0 0.70 0.07
HSL 123.1º 0.83% 0.59% -
HSV(B) 123.1º 0.73% 0.93% -
XYZ 33.5 62.09 16.35 -
YUV 166.16 74.85 54.42 -
System Red Green Blue C M Y K H S L
Decimal 63 237 72 0.73 0 0.70 0.07 123.1 0.83 0.59
Hex 3F ED 48 49 0 46 7 7B 53 3B
Octal 77 355 110 111 0 106 7 173 123 73
Binary 111111 11101101 1001000 1001001 0 1000110 111 1111011 1010011 111011

Color Harmonies of #3FED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FED48

Black with #3FED48

Text Example


Text Example

White with #3FED48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,237,72); }

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

background-color css

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

 a { background-color: rgb(63,237,72); }

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

border-color css

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

 span { border-color: rgb(63,237,72); }

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