Html Css Color HEX #3FF14B Lime Green

📋 copy color: '#3FF14B'

red 63 ◦ green 241 ◦ blue 75

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

Shades of Lime Green #3FF14B

Tints of Lime Green #3FF14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 16.62%
G = 63.59%
B = 19.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#3FF14B (or 0x3FF14B) is known color: Lime Green. HEX triplet: 3F, F1 and 4B. RGB value is (63,241,75). Sum of RGB (Red+Green+Blue) = 63+241+75=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF14B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF14B is #C00EB4. Grayscale: #A9A9A9. Windows color (decimal): -12586677 or 4976959. OLE color: 4976959.

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

Color convert

RGB 63 241 75 -
CMYK 0.74 0 0.69 0.05
HSL 124.04º 0.86% 0.6% -
HSV(B) 124.04º 0.74% 0.95% -
XYZ 34.78 64.48 17.27 -
YUV 168.85 75.03 52.5 -
System Red Green Blue C M Y K H S L
Decimal 63 241 75 0.74 0 0.69 0.05 124.04 0.86 0.6
Hex 3F F1 4B 4A 0 45 5 7C 56 3C
Octal 77 361 113 112 0 105 5 174 126 74
Binary 111111 11110001 1001011 1001010 0 1000101 101 1111100 1010110 111100

Color Harmonies of #3FF14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF14B

Black with #3FF14B

Text Example


Text Example

White with #3FF14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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