Html Css Color HEX #3FE052 Lime Green

📋 copy color: '#3FE052'

red 63 ◦ green 224 ◦ blue 82

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

Shades of Lime Green #3FE052

Tints of Lime Green #3FE052

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.7%

 BLUE value IS 82 (32.42% from 255) = 22.22%

R = 17.07%
G = 60.7%
B = 22.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#3FE052 (or 0x3FE052) is known color: Lime Green. HEX triplet: 3F, E0 and 52. RGB value is (63,224,82). Sum of RGB (Red+Green+Blue) = 63+224+82=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE052 is #C01FAD. Grayscale: #A0A0A0. Windows color (decimal): -12591022 or 5431359. OLE color: 5431359.

HSL color Cylindrical-coordinate representation of color #3FE052: hue angle of 127.08º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE052 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 224 82 -
CMYK 0.72 0 0.63 0.12
HSL 127.08º 0.72% 0.56% -
HSV(B) 127.08º 0.72% 0.88% -
XYZ 30.23 54.98 17 -
YUV 159.67 84.16 59.05 -
System Red Green Blue C M Y K H S L
Decimal 63 224 82 0.72 0 0.63 0.12 127.08 0.72 0.56
Hex 3F E0 52 48 0 3F C 7F 48 38
Octal 77 340 122 110 0 77 14 177 110 70
Binary 111111 11100000 1010010 1001000 0 111111 1100 1111111 1001000 111000

Color Harmonies of #3FE052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE052

Black with #3FE052

Text Example


Text Example

White with #3FE052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,224,82); }

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

background-color css

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

 a { background-color: rgb(63,224,82); }

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

border-color css

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

 span { border-color: rgb(63,224,82); }

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