Html Css Color HEX #3FD240 Lime Green

📋 copy color: '#3FD240'

red 63 ◦ green 210 ◦ blue 64

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

Shades of Lime Green #3FD240

Tints of Lime Green #3FD240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.31%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 18.69%
G = 62.31%
B = 18.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#3FD240 (or 0x3FD240) is known color: Lime Green. HEX triplet: 3F, D2 and 40. RGB value is (63,210,64). Sum of RGB (Red+Green+Blue) = 63+210+64=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD240 is #C02DBF. Grayscale: #959595. Windows color (decimal): -12594624 or 4248127. OLE color: 4248127.

HSL color Cylindrical-coordinate representation of color #3FD240: hue angle of 120.41º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD240 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 210 64 -
CMYK 0.70 0 0.70 0.18
HSL 120.41º 0.62% 0.54% -
HSV(B) 120.41º 0.7% 0.82% -
XYZ 26.02 47.52 12.65 -
YUV 149.4 79.8 66.37 -
System Red Green Blue C M Y K H S L
Decimal 63 210 64 0.70 0 0.70 0.18 120.41 0.62 0.54
Hex 3F D2 40 46 0 46 12 78 3E 36
Octal 77 322 100 106 0 106 22 170 76 66
Binary 111111 11010010 1000000 1000110 0 1000110 10010 1111000 111110 110110

Color Harmonies of #3FD240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD240

Black with #3FD240

Text Example


Text Example

White with #3FD240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,210,64); }

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

background-color css

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

 a { background-color: rgb(63,210,64); }

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

border-color css

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

 span { border-color: rgb(63,210,64); }

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