Html Css Color HEX #3FF128 Lime Green

📋 copy color: '#3FF128'

red 63 ◦ green 241 ◦ blue 40

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

Shades of Lime Green #3FF128

Tints of Lime Green #3FF128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 18.31%
G = 70.06%
B = 11.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#3FF128 (or 0x3FF128) is known color: Lime Green. HEX triplet: 3F, F1 and 28. RGB value is (63,241,40). Sum of RGB (Red+Green+Blue) = 63+241+40=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF128 is #C00ED7. Grayscale: #A5A5A5. Windows color (decimal): -12586712 or 2683199. OLE color: 2683199.

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

Color convert

RGB 63 241 40 -
CMYK 0.74 0 0.83 0.05
HSL 113.13º 0.88% 0.55% -
HSV(B) 113.13º 0.83% 0.95% -
XYZ 33.89 64.12 12.6 -
YUV 164.86 57.53 55.34 -
System Red Green Blue C M Y K H S L
Decimal 63 241 40 0.74 0 0.83 0.05 113.13 0.88 0.55
Hex 3F F1 28 4A 0 53 5 71 58 37
Octal 77 361 50 112 0 123 5 161 130 67
Binary 111111 11110001 101000 1001010 0 1010011 101 1110001 1011000 110111

Color Harmonies of #3FF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF128

Black with #3FF128

Text Example


Text Example

White with #3FF128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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