Html Css Color HEX #3FDF1B Lime Green

📋 copy color: '#3FDF1B'

red 63 ◦ green 223 ◦ blue 27

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

Shades of Lime Green #3FDF1B

Tints of Lime Green #3FDF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 20.13%
G = 71.25%
B = 8.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#3FDF1B (or 0x3FDF1B) is known color: Lime Green. HEX triplet: 3F, DF and 1B. RGB value is (63,223,27). Sum of RGB (Red+Green+Blue) = 63+223+27=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF1B is #C020E4. Grayscale: #999999. Windows color (decimal): -12591333 or 1826623. OLE color: 1826623.

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

Color convert

RGB 63 223 27 -
CMYK 0.72 0 0.88 0.13
HSL 108.98º 0.78% 0.49% -
HSV(B) 108.98º 0.88% 0.87% -
XYZ 28.64 53.91 9.93 -
YUV 152.82 56.99 63.94 -
System Red Green Blue C M Y K H S L
Decimal 63 223 27 0.72 0 0.88 0.13 108.98 0.78 0.49
Hex 3F DF 1B 48 0 58 D 6D 4E 31
Octal 77 337 33 110 0 130 15 155 116 61
Binary 111111 11011111 11011 1001000 0 1011000 1101 1101101 1001110 110001

Color Harmonies of #3FDF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDF1B

Black with #3FDF1B

Text Example


Text Example

White with #3FDF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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