Html Css Color HEX #3FE338 Lime Green

📋 copy color: '#3FE338'

red 63 ◦ green 227 ◦ blue 56

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

Shades of Lime Green #3FE338

Tints of Lime Green #3FE338

RGB

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

 GREEN value IS 227 (89.06% from 255) = 65.61%

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

R = 18.21%
G = 65.61%
B = 16.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#3FE338 (or 0x3FE338) is known color: Lime Green. HEX triplet: 3F, E3 and 38. RGB value is (63,227,56). Sum of RGB (Red+Green+Blue) = 63+227+56=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE338 is #C01CC7. Grayscale: #9E9E9E. Windows color (decimal): -12590280 or 3728191. OLE color: 3728191.

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

Color convert

RGB 63 227 56 -
CMYK 0.72 0 0.75 0.11
HSL 117.54º 0.75% 0.55% -
HSV(B) 117.54º 0.75% 0.89% -
XYZ 30.23 56.28 13.01 -
YUV 158.47 70.17 59.9 -
System Red Green Blue C M Y K H S L
Decimal 63 227 56 0.72 0 0.75 0.11 117.54 0.75 0.55
Hex 3F E3 38 48 0 4B B 76 4B 37
Octal 77 343 70 110 0 113 13 166 113 67
Binary 111111 11100011 111000 1001000 0 1001011 1011 1110110 1001011 110111

Color Harmonies of #3FE338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE338

Black with #3FE338

Text Example


Text Example

White with #3FE338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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