Html Css Color HEX #3FD438 Lime Green

📋 copy color: '#3FD438'

red 63 ◦ green 212 ◦ blue 56

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

Shades of Lime Green #3FD438

Tints of Lime Green #3FD438

RGB

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

 GREEN value IS 212 (83.2% from 255) = 64.05%

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

R = 19.03%
G = 64.05%
B = 16.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#3FD438 (or 0x3FD438) is known color: Lime Green. HEX triplet: 3F, D4 and 38. RGB value is (63,212,56). Sum of RGB (Red+Green+Blue) = 63+212+56=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 212 (83.20% from 255 or 64.05% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD438 is #C02BC7. Grayscale: #969696. Windows color (decimal): -12594120 or 3724351. OLE color: 3724351.

HSL color Cylindrical-coordinate representation of color #3FD438: hue angle of 117.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FD438 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 63 212 56 -
CMYK 0.70 0 0.74 0.17
HSL 117.31º 0.64% 0.53% -
HSV(B) 117.31º 0.74% 0.83% -
XYZ 26.31 48.43 11.7 -
YUV 149.67 75.14 66.18 -
System Red Green Blue C M Y K H S L
Decimal 63 212 56 0.70 0 0.74 0.17 117.31 0.64 0.53
Hex 3F D4 38 46 0 4A 11 75 40 35
Octal 77 324 70 106 0 112 21 165 100 65
Binary 111111 11010100 111000 1000110 0 1001010 10001 1110101 1000000 110101

Color Harmonies of #3FD438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD438

Black with #3FD438

Text Example


Text Example

White with #3FD438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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