Html Css Color HEX #3FDF2F Lime Green

📋 copy color: '#3FDF2F'

red 63 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #3FDF2F

Tints of Lime Green #3FDF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 66.97%

 BLUE value IS 47 (18.75% from 255) = 14.11%

R = 18.92%
G = 66.97%
B = 14.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#3FDF2F (or 0x3FDF2F) is known color: Lime Green. HEX triplet: 3F, DF and 2F. RGB value is (63,223,47). Sum of RGB (Red+Green+Blue) = 63+223+47=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF2F is #C020D0. Grayscale: #9B9B9B. Windows color (decimal): -12591313 or 3137343. OLE color: 3137343.

HSL color Cylindrical-coordinate representation of color #3FDF2F: hue angle of 114.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FDF2F is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 223 47 -
CMYK 0.72 0 0.79 0.13
HSL 114.55º 0.73% 0.53% -
HSV(B) 114.55º 0.79% 0.87% -
XYZ 28.95 54.04 11.59 -
YUV 155.1 66.99 62.31 -
System Red Green Blue C M Y K H S L
Decimal 63 223 47 0.72 0 0.79 0.13 114.55 0.73 0.53
Hex 3F DF 2F 48 0 4F D 73 49 35
Octal 77 337 57 110 0 117 15 163 111 65
Binary 111111 11011111 101111 1001000 0 1001111 1101 1110011 1001001 110101

Color Harmonies of #3FDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDF2F

Black with #3FDF2F

Text Example


Text Example

White with #3FDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,223,47); }

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

background-color css

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

 a { background-color: rgb(63,223,47); }

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

border-color css

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

 span { border-color: rgb(63,223,47); }

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