Html Css Color HEX #3FF13F Lime Green

📋 copy color: '#3FF13F'

red 63 ◦ green 241 ◦ blue 63

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

Shades of Lime Green #3FF13F

Tints of Lime Green #3FF13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.67%

 BLUE value IS 63 (25% from 255) = 17.17%

R = 17.17%
G = 65.67%
B = 17.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#3FF13F (or 0x3FF13F) is known color: Lime Green. HEX triplet: 3F, F1 and 3F. RGB value is (63,241,63). Sum of RGB (Red+Green+Blue) = 63+241+63=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 241 (94.53% from 255 or 65.67% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF13F is #C00EC0. Grayscale: #A8A8A8. Windows color (decimal): -12586689 or 4190527. OLE color: 4190527.

HSL color Cylindrical-coordinate representation of color #3FF13F: hue angle of 120º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF13F is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 241 63 -
CMYK 0.74 0 0.74 0.05
HSL 120º 0.86% 0.6% -
HSV(B) 120º 0.74% 0.95% -
XYZ 34.4 64.33 15.31 -
YUV 167.49 69.03 53.47 -
System Red Green Blue C M Y K H S L
Decimal 63 241 63 0.74 0 0.74 0.05 120 0.86 0.6
Hex 3F F1 3F 4A 0 4A 5 78 56 3C
Octal 77 361 77 112 0 112 5 170 126 74
Binary 111111 11110001 111111 1001010 0 1001010 101 1111000 1010110 111100

Color Harmonies of #3FF13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF13F

Black with #3FF13F

Text Example


Text Example

White with #3FF13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,241,63); }

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

background-color css

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

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

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

border-color css

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

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

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