Html Css Color HEX #3FF144 Lime Green

📋 copy color: '#3FF144'

red 63 ◦ green 241 ◦ blue 68

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

Shades of Lime Green #3FF144

Tints of Lime Green #3FF144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 16.94%
G = 64.78%
B = 18.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#3FF144 (or 0x3FF144) is known color: Lime Green. HEX triplet: 3F, F1 and 44. RGB value is (63,241,68). Sum of RGB (Red+Green+Blue) = 63+241+68=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 241 (94.53% from 255 or 64.78% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF144 is #C00EBB. Grayscale: #A8A8A8. Windows color (decimal): -12586684 or 4518207. OLE color: 4518207.

HSL color Cylindrical-coordinate representation of color #3FF144: hue angle of 121.69º 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 #3FF144 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 241 68 -
CMYK 0.74 0 0.72 0.05
HSL 121.69º 0.86% 0.6% -
HSV(B) 121.69º 0.74% 0.95% -
XYZ 34.55 64.38 16.08 -
YUV 168.06 71.53 53.07 -
System Red Green Blue C M Y K H S L
Decimal 63 241 68 0.74 0 0.72 0.05 121.69 0.86 0.6
Hex 3F F1 44 4A 0 48 5 7A 56 3C
Octal 77 361 104 112 0 110 5 172 126 74
Binary 111111 11110001 1000100 1001010 0 1001000 101 1111010 1010110 111100

Color Harmonies of #3FF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF144

Black with #3FF144

Text Example


Text Example

White with #3FF144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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