Html Css Color HEX #3FE758 Lime Green

📋 copy color: '#3FE758'

red 63 ◦ green 231 ◦ blue 88

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

Shades of Lime Green #3FE758

Tints of Lime Green #3FE758

RGB

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

 GREEN value IS 231 (90.63% from 255) = 60.47%

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 16.49%
G = 60.47%
B = 23.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#3FE758 (or 0x3FE758) is known color: Lime Green. HEX triplet: 3F, E7 and 58. RGB value is (63,231,88). Sum of RGB (Red+Green+Blue) = 63+231+88=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 231 (90.62% from 255 or 60.47% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE758 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FE758 is #C018A7. Grayscale: #A4A4A4. Windows color (decimal): -12589224 or 5826367. OLE color: 5826367.

HSL color Cylindrical-coordinate representation of color #3FE758: hue angle of 128.93º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE758 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 231 88 -
CMYK 0.73 0 0.62 0.09
HSL 128.93º 0.78% 0.58% -
HSV(B) 128.93º 0.73% 0.91% -
XYZ 32.39 58.91 18.9 -
YUV 164.47 84.84 55.63 -
System Red Green Blue C M Y K H S L
Decimal 63 231 88 0.73 0 0.62 0.09 128.93 0.78 0.58
Hex 3F E7 58 49 0 3E 9 81 4E 3A
Octal 77 347 130 111 0 76 11 201 116 72
Binary 111111 11100111 1011000 1001001 0 111110 1001 10000001 1001110 111010

Color Harmonies of #3FE758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE758

Black with #3FE758

Text Example


Text Example

White with #3FE758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,231,88); }

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

background-color css

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

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

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

border-color css

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

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

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