Html Css Color HEX #3FE82D Lime Green

📋 copy color: '#3FE82D'

red 63 ◦ green 232 ◦ blue 45

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

Shades of Lime Green #3FE82D

Tints of Lime Green #3FE82D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 68.24%

 BLUE value IS 45 (17.97% from 255) = 13.24%

R = 18.53%
G = 68.24%
B = 13.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#3FE82D (or 0x3FE82D) is known color: Lime Green. HEX triplet: 3F, E8 and 2D. RGB value is (63,232,45). Sum of RGB (Red+Green+Blue) = 63+232+45=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 232 (91.02% from 255 or 68.24% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE82D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE82D is #C017D2. Grayscale: #A0A0A0. Windows color (decimal): -12589011 or 3008575. OLE color: 3008575.

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

Color convert

RGB 63 232 45 -
CMYK 0.73 0 0.81 0.09
HSL 114.22º 0.8% 0.54% -
HSV(B) 114.22º 0.81% 0.91% -
XYZ 31.38 58.96 12.21 -
YUV 160.15 63.01 58.71 -
System Red Green Blue C M Y K H S L
Decimal 63 232 45 0.73 0 0.81 0.09 114.22 0.8 0.54
Hex 3F E8 2D 49 0 51 9 72 50 36
Octal 77 350 55 111 0 121 11 162 120 66
Binary 111111 11101000 101101 1001001 0 1010001 1001 1110010 1010000 110110

Color Harmonies of #3FE82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE82D

Black with #3FE82D

Text Example


Text Example

White with #3FE82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,232,45); }

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

background-color css

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

 a { background-color: rgb(63,232,45); }

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

border-color css

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

 span { border-color: rgb(63,232,45); }

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