Html Css Color HEX #3FE852 Lime Green

📋 copy color: '#3FE852'

red 63 ◦ green 232 ◦ blue 82

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

Shades of Lime Green #3FE852

Tints of Lime Green #3FE852

RGB

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

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

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

R = 16.71%
G = 61.54%
B = 21.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#3FE852 (or 0x3FE852) is known color: Lime Green. HEX triplet: 3F, E8 and 52. RGB value is (63,232,82). Sum of RGB (Red+Green+Blue) = 63+232+82=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 232 (91.02% from 255 or 61.54% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE852 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FE852 is #C017AD. Grayscale: #A4A4A4. Windows color (decimal): -12588974 or 5433407. OLE color: 5433407.

HSL color Cylindrical-coordinate representation of color #3FE852: hue angle of 126.75º degrees, saturation: 0.79, 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 #3FE852 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 232 82 -
CMYK 0.73 0 0.65 0.09
HSL 126.75º 0.79% 0.58% -
HSV(B) 126.75º 0.73% 0.91% -
XYZ 32.43 59.38 17.73 -
YUV 164.37 81.51 55.7 -
System Red Green Blue C M Y K H S L
Decimal 63 232 82 0.73 0 0.65 0.09 126.75 0.79 0.58
Hex 3F E8 52 49 0 41 9 7F 4F 3A
Octal 77 350 122 111 0 101 11 177 117 72
Binary 111111 11101000 1010010 1001001 0 1000001 1001 1111111 1001111 111010

Color Harmonies of #3FE852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE852

Black with #3FE852

Text Example


Text Example

White with #3FE852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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