Html Css Color HEX #3FF241 Lime Green

📋 copy color: '#3FF241'

red 63 ◦ green 242 ◦ blue 65

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

Shades of Lime Green #3FF241

Tints of Lime Green #3FF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 65.41%

 BLUE value IS 65 (25.78% from 255) = 17.57%

R = 17.03%
G = 65.41%
B = 17.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#3FF241 (or 0x3FF241) is known color: Lime Green. HEX triplet: 3F, F2 and 41. RGB value is (63,242,65). Sum of RGB (Red+Green+Blue) = 63+242+65=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF241 is #C00DBE. Grayscale: #A8A8A8. Windows color (decimal): -12586431 or 4321855. OLE color: 4321855.

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

Color convert

RGB 63 242 65 -
CMYK 0.74 0 0.73 0.05
HSL 120.67º 0.87% 0.6% -
HSV(B) 120.67º 0.74% 0.95% -
XYZ 34.76 64.94 15.7 -
YUV 168.3 69.7 52.89 -
System Red Green Blue C M Y K H S L
Decimal 63 242 65 0.74 0 0.73 0.05 120.67 0.87 0.6
Hex 3F F2 41 4A 0 49 5 79 57 3C
Octal 77 362 101 112 0 111 5 171 127 74
Binary 111111 11110010 1000001 1001010 0 1001001 101 1111001 1010111 111100

Color Harmonies of #3FF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF241

Black with #3FF241

Text Example


Text Example

White with #3FF241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,242,65); }

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

background-color css

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

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

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

border-color css

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

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

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