Html Css Color HEX #3FE538 Lime Green

📋 copy color: '#3FE538'

red 63 ◦ green 229 ◦ blue 56

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

Shades of Lime Green #3FE538

Tints of Lime Green #3FE538

RGB

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

 GREEN value IS 229 (89.84% from 255) = 65.8%

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 18.1%
G = 65.8%
B = 16.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#3FE538 (or 0x3FE538) is known color: Lime Green. HEX triplet: 3F, E5 and 38. RGB value is (63,229,56). Sum of RGB (Red+Green+Blue) = 63+229+56=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 229 (89.84% from 255 or 65.80% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE538 is #C01AC7. Grayscale: #A0A0A0. Windows color (decimal): -12589768 or 3728703. OLE color: 3728703.

HSL color Cylindrical-coordinate representation of color #3FE538: hue angle of 117.57º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FE538 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB 63 229 56 -
CMYK 0.72 0 0.76 0.10
HSL 117.57º 0.77% 0.56% -
HSV(B) 117.57º 0.76% 0.9% -
XYZ 30.78 57.38 13.19 -
YUV 159.64 69.5 59.07 -
System Red Green Blue C M Y K H S L
Decimal 63 229 56 0.72 0 0.76 0.10 117.57 0.77 0.56
Hex 3F E5 38 48 0 4C A 76 4D 38
Octal 77 345 70 110 0 114 12 166 115 70
Binary 111111 11100101 111000 1001000 0 1001100 1010 1110110 1001101 111000

Color Harmonies of #3FE538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE538

Black with #3FE538

Text Example


Text Example

White with #3FE538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,229,56); }

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

background-color css

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

 a { background-color: rgb(63,229,56); }

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

border-color css

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

 span { border-color: rgb(63,229,56); }

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