Html Css Color HEX #3FD824 Lime Green

📋 copy color: '#3FD824'

red 63 ◦ green 216 ◦ blue 36

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

Shades of Lime Green #3FD824

Tints of Lime Green #3FD824

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.57%

 BLUE value IS 36 (14.45% from 255) = 11.43%

R = 20%
G = 68.57%
B = 11.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#3FD824 (or 0x3FD824) is known color: Lime Green. HEX triplet: 3F, D8 and 24. RGB value is (63,216,36). Sum of RGB (Red+Green+Blue) = 63+216+36=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 216 (84.77% from 255 or 68.57% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD824 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD824 is #C027DB. Grayscale: #969696. Windows color (decimal): -12593116 or 2414655. OLE color: 2414655.

HSL color Cylindrical-coordinate representation of color #3FD824: hue angle of 111º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FD824 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 216 36 -
CMYK 0.71 0 0.83 0.15
HSL 111º 0.71% 0.49% -
HSV(B) 111º 0.83% 0.85% -
XYZ 26.92 50.3 9.96 -
YUV 149.73 63.81 66.14 -
System Red Green Blue C M Y K H S L
Decimal 63 216 36 0.71 0 0.83 0.15 111 0.71 0.49
Hex 3F D8 24 47 0 53 F 6F 47 31
Octal 77 330 44 107 0 123 17 157 107 61
Binary 111111 11011000 100100 1000111 0 1010011 1111 1101111 1000111 110001

Color Harmonies of #3FD824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD824

Black with #3FD824

Text Example


Text Example

White with #3FD824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,216,36); }

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

background-color css

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

 a { background-color: rgb(63,216,36); }

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

border-color css

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

 span { border-color: rgb(63,216,36); }

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